.modal,
.modal-arrow-1
{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    display:none;
    z-index: 4;
}
.modal_close
{
    width:100%;
    height:100%;
    background:rgba(15,25,65,.8);
    position:fixed;
    top:0;
    z-index: 2;
}
.close,
.module-trigger
{
    cursor:pointer;
}
.modal-video{
    width: 100%; 
    height: 650px;
}
.modal_main,
.arrow-1
{
    
    width: 60%;
    height: auto;
    z-index: 4;
    position: fixed;
    top: 50%;
    border-radius: 4px;
    left: 20%;
    margin-top: -325px;
    display:none;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}

.main {
    width: 100% !important;
    padding: 0 !important;
}

button
{
padding:20px;
background:#3399cc;
border:none;
font-size:20px;
color:#fff;
margin:8%;
}

@media (max-width: 1440px){
    .modal_main,
    .arrow-1{
        width: 70%;
        left: 16%;
        margin-top: -285px;
    }
    .modal-video{
        width: 100%; 
        height: 570px;
    }
}

@media (max-width: 1024px){
    .modal_main,
    .arrow-1{
        width: 80%;
        left: 10%;
        margin-top: -231px;
    }
    .modal-video{
        width: 100%; 
        height: 462px;
    }
}
@media (max-width: 768px){
    .modal_main,
    .arrow-1{
        width: 89%;
        left: 5.5%;
        margin-top: -193px;
    }
    .modal-video{
        width: 100%; 
        height: 386px;
    }
}
@media (max-width: 425px){
    .modal_main,
    .arrow-1{
        width: 95%;
        left: 2.5%;
        margin-top: -115px;
    }
    .modal-video{
        width: 100%; 
        height: 230px;
    }
}











































































