
.activity-3 .ac1-main-container {
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}
.activity-3{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.activity-3 .videoPlayWrapper{
    position: absolute;
    top: 0px;
    left:0px;
    width: 540px;
    height: 280px;
    background-color: rgba(225,225,225,0.5);
	display: none;
}


.activity-3 .screenParent{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


.activity-3 .button_container{
	position: absolute;
	top: 60px;
	left: 30px;
	display:block;
	width: 94%;
	height: 80%;
}

.activity-3 .buttonBox{
	position: absolute;
	width:308px;
	height:170px;
	cursor:pointer;
	color:#fff;

}
.activity-3 #preservation{
	left: 6px;
	top: 10px;
}

.activity-3 #recrystallization{
	left: 328px;
	top: 10px;
}

.activity-3 #replacement{
	left: 650px;
	top: 10px;
}

.activity-3 #carbonization{
	left:6px;
	top:230px;
}


.activity-3 #permineralization{
	left:329px;
	top:229px;
}


.activity-3 #molds_and_casts{
	left:647px;
	top:229px;
}
