
.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  .iconBtnCnt1{
    position: absolute;
    left: 0px;
    top: 120px;
}

.activity-2  .iconBtn1{
    position: absolute;
    width: 424px;
    height: 238px;
    top: 14px;
    cursor: pointer;
}

.activity-2  #iconBtn1_1{ 
    left: 58px;
}

.activity-2  #iconBtn1_2{
    left: 540px;
}