
/* Required styles */
/*.parascroll	    	{ min-height: 512px; height: 512px; position: relative; transform: translate3d(0px, 0px, 0px); }*/

.parascroll {
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}

.paraContent { position: relative }

/* Slight ext shadow so it's raedable on top of the images */

.parascroll{
  
}

.scrollable {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

