#agegate_layout {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
}

#agegate_layout .agegate_content {
    width: 58%;
    position: absolute;
    top: 18%;
    left: 21%;
}

#agegate_layout .agegate_content div {
    margin-bottom: 3.5rem;
}

#agegate_layout .agegate_content .agegate_back {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    text-align: right;
}

#agegate_layout .agegate_content .agegate_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
}

#agegate_layout .agegate_content .agegate_back img,
#agegate_layout .agegate_content .agegate_front img {
    width: 100%;
}

#agegate_layout .agegate_content .agegate_left {
    position: absolute;
    top: -40px;
    width: 45%;
    margin-left: 4%;
}

#agegate_layout .agegate_content .agegate_logo,
#agegate_layout .agegate_content .agegate_icons,
#agegate_layout .agegate_content .agegate_continue_bt {
    width: 100%;
}

#agegate_layout .agegate_content .agegate_left .agegate_logo,
#agegate_layout .agegate_content .agegate_left .agegate_icons,
#agegate_layout .agegate_content .agegate_left .agegate_continue_bt {
    width: 70%;
}

#agegate_layout .agegate_content .agegate_left .agegate_continue_bt {
    text-align: center;
}

#agegate_layout .agegate_content .agegate_left .agegate_text {
    text-align: center;
    font-size: 3rem;
    font-family: gotham_black_regular;
    width: 70%;
    line-height: 1;
}

#agegate_layout .agegate_content .agegate_left .agegate_desp,
#agegate_layout .agegate_content .agegate_right .agegate_desp {
    text-align: center;
    font-family: gotham_book;
}

#agegate_layout .agegate_content .agegate_left .agegate_desp {
    width: 70%;
}

#agegate_layout .agegate_content .agegate_right .agegate_desp {
    width: 100%;
}

#agegate_layout .agegate_content .agegate_left .agegate_logo img,
#agegate_layout .agegate_content .agegate_left .agegate_continue_bt img {
    width: 50%;
    cursor: pointer;
}

#agegate_layout .agegate_content .agegate_left .agegate_continue_bt img {
    width: 70%;
}

#agegate_layout .agegate_content .agegate_left .agegate_icons {
    text-align: center;
}

#agegate_layout .agegate_content .agegate_left .agegate_icons img {
    width: 20%;
    margin: 0 10px;
}

#agegate_layout .agegate_content .agegate_right {
    position: absolute;
    right: 0;
    width: 55%;
    text-align: left;
    color: #fff;
    text-align: center;
}

#agegate_layout .agegate_content .agegate_right .agegate_icons img {
    width: 60%;
}

#agegate_layout .agegate_content .agegate_right {
    font-family: gotham_black_regular;
}

#agegate_layout .agegate_content .agegate_right .agegate_continue_bt img {
    width: 40%;
}

#agegate_layout .agegate_policy {
    position: relative;
    width: 58%;
    margin: 0 21%;
    color: #fff;
    font-family: gotham_book;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

@media (max-width: 767px) {
    #agegate_layout .agegate_content{
        width: 70%;
        position: fixed;
        top: calc(50% + 3rem);
        left: 15%;
		transform: translateY(-50%);
    }
    #agegate_layout .agegate_policy {
        width: 100%;
        margin: 1.5rem 0;
    }
    #agegate_layout .agegate_content .agegate_left .agegate_icons img {
        margin: 0 3px;
    }
	
	#agegate_layout .agegate_content .agegate_back, #agegate_layout .agegate_content .agegate_front { display:none;}
	#agegate_layout .agegate_content .agegate_left,#agegate_layout .agegate_content .agegate_right{
	position:relative;
	width:100% !important;
	margin-left:0%;
	margin-bottom:0px;
	}
	#agegate_layout .agegate_content .agegate_left{ background:url(../images/agegate-mobile-top-bg.png) no-repeat; background-size:100% 100%; padding-bottom:3rem; margin-bottom:-6rem;}
	#agegate_layout .agegate_content .agegate_right{ background:url(../images/agegate-mobile-bottom-bg.png) no-repeat; background-size:100% 100%; padding-top:2rem;  padding-bottom:1rem;}
	#agegate_layout .agegate_content .agegate_left .agegate_logo,#agegate_layout .agegate_content .agegate_left .agegate_text,#agegate_layout .agegate_content .agegate_left .agegate_desp,#agegate_layout .agegate_content .agegate_left .agegate_icons,#agegate_layout .agegate_content .agegate_left .agegate_continue_bt{ width:100%;}
	#agegate_layout .agegate_content .agegate_left .agegate_logo img{width:30%;}
	#agegate_layout .agegate_content .agegate_left .agegate_logo{ position:absolute; margin-left:1rem;}
	#agegate_layout .agegate_content .agegate_left .agegate_text{ padding-top:1rem;}
	#agegate_layout .agegate_content .agegate_left .agegate_continue_bt img{ margin:0 auto 0 auto; width:40%;}
	#agegate_layout .agegate_content .agegate_right .agegate_desp{ margin:1rem 0 1rem 0;}
	#agegate_layout .agegate_content .agegate_left .agegate_icons img{ width:15%;}
	#agegate_layout .agegate_content .agegate_right .agegate_icons img{ width:40%;}
	#agegate_layout .agegate_content .agegate_right .agegate_desp,#agegate_layout .agegate_content .agegate_left .agegate_desp{ width:80%; margin:0.5rem auto 0.5rem auto;}
}