
.activity-2 .ac1-main-container {
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}
.activity-2{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.activity-2 .videoPlayWrapper{
    position: absolute;
    top: 0px;
    left:0px;
    width: 540px;
    height: 280px;
    background-color: rgba(225,225,225,0.5);
	display: none;
}


.activity-2 .screenParent{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


.activity-2 .button_container{
	position: absolute;
	top: 180px;
	left: 160px;
	display:block;

}

.activity-2 .buttonBox{
	position: absolute;
	width:308px;
	height:170px;
	cursor:pointer;
	color:#fff;

}
.activity-2 #spreading_ridge_btn{
		
	width:308px;
	height:170px;
	left:0px;
	top:0px
}

.activity-2 #continental_rift_btn{
		
	width:308px;
	height:170px;
	left:395px;
	top:0px
}


