		.overlay{
			position:fixed;
			min-width:100%;
			min-height:100%;
			left:0;
			top:0;
			background:rgba(0,0,0,0.7);
			z-index: 10;
		}
		.vpn{
			font-family:'Roboto', sans-serif;
			position:absolute;
			left:50%;
			top:180px;
			width:660px;
			margin-left:-330px;			
			padding:20px 40px;
      background: url(https://ucinemax.com/assets/img/bg-vpn.png) center center no-repeat;
      background-size: cover;
      box-shadow: inset 0 0 100px #000;
		}
		.logo{
			position:absolute;
			left:30px;
			top:25px;
			width:180px;
		}
		.close{
			position:absolute;
			right:15px;
			top:15px;
			font-size:20px;
			font-weight:400;
			color:#FFF;
			cursor:pointer;
		}
		.warning{
			color:#ce3501;
			text-align:center;
			font-size:50px;
			font-weight:bold;
			letter-spacing:-0.3px;
      margin-bottom:60px;
		}
		.subtitle{
			font-size:20px;
			font-weight:400;
			color:#FFF;
			text-align:center;
      margin-bottom:5px;
		}
		.subtitle1{
			margin-bottom:60px;
			font-size:20px;
			font-weight:400;
			color:#FFF;
			text-align:center;
		}
		.btn-wrap{
			width:400px;
			margin:25px auto;
		}
		.btn-active{
			padding:16px 0;
			font-size:18px;
			font-weight:600;
			border-radius:2px;
			color:#000000;	
			text-align:center;	
			background:#ce3501;
		}
		.clear{
			clear:both;
		}
		#vpn{display: none;}
    @media (min-width: 320px) and (max-width: 767px) {
	#vpn{display: none;}
    .vpn {
      width: 347px;
      margin-left: -172px;
      padding: 20px 20px;
      margin-top: 50px;
    }
    .warning {
      font-size: 35px;
      margin-bottom:30px;
    }
    .close {
      right: 10px;
      top: 10px;
      font-size: 10px;
    }
    .subtitle {
      font-size: 15px;
    }
    .subtitle1 {
      font-size: 15px;
      margin-bottom:30px;
    }
    .btn-wrap {
      width: 310px;
      margin: 25px auto;
      margin-left: -1px;
    }
      
    }
    @media (min-width: 768px) and (max-width: 1023px) {
	#vpn{display: none;}
      .vpn {
        margin-top: 200px;
      }
      
    }
    @media (min-width: 1024px) and (max-width: 1280px) {
	#vpn{display: none;}
      .vpn {
        margin-top: 436px;
    }
      
    }