@media only screen and ( max-width:850px ){
.bfriday #ouibounce-modal .underlay .moverlaye{
	display:none !important
}	
	
.bfriday .bf-modal-left {
    display: none; 
}
body.bfriday #ouibounce-modal .modal {
    width: 93%;
    max-width: 320px;
}
.bfriday .bf-modal-right {
    width: 100%;
}    
body.bfriday header .logo{
     margin-top: 0px;
 }
}
.bfriday header .logo {/* margin-top: -30px; */}

.bfriday #ouibounce-modal .modal-footer {
    right: -27px;
    top: -23px;
}

.bfriday #ouibounce-modal form textarea {
    height: 100px;
}

.bfriday #ouibounce-modal h4:before {
    background: #ffb001;
}

.bfriday #ouibounce-modal form input[type=submit] {
    background: #ffb001;
    padding: 12px 22px;
    text-shadow: none;
    color: #000;
}
.bf-modal-left{
}
.bf-modal-left img {
    margin-top: 0px;
	
}
 

.bfriday #ouibounce-modal .modal {
    width: 100%;
    max-width: 900px;
    border: none;
    height: 427px;
    padding: 0;
    /* background: #000; */
    border-radius: 0;
    background: no-repeat;
}
.bf-modal-left {
    width: 56%;
    float: left;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 110px;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/back-animation.gif) no-repeat left center;
    background-size: 100% 100%;
}
.bf-modal-right {
    width: 44%;
    float: right;
    background: #fff;
    padding: 20px;
    /* max-width: 380px; */
}
.bf-modal-left video {
    max-width: 100%;
}
.bfriday ouibounce-modal .modal-body li {    margin-right: 1%;    float: left;    margin-left: 1%;}
.bfriday #ouibounce-modal h4 {/* color: #fff; */font-weight: 600;}
.bfriday #ouibounce-modal .modal h3 {/* color: #fff; */font-size: 20px;}
.bfriday #ouibounce-modal form input[type=text],.bfriday  #ouibounce-modal form input[type=email], .bfriday #ouibounce-modal form textarea {    background: none;    box-shadow: none;}
.bfriday #ouibounce-modal .modal-body li i {/* color: #fff; *//* opacity: 0.8; */}

.bfriday #ouibounce-modal .modal-body li {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}
.bfriday #ouibounce-modal video::-webkit-media-controls-start-playback-button {
    display: none;
}
.bfriday #ouibounce-modal .underlay{
    background:rgba(12, 12, 12, 0.87);
}
.bfriday #ouibounce-modal .underlay .moverlaye{
    background: url(../images/overlay-bg1.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    max-width: 1320px;
    margin: auto;
    max-height: 740px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    animation: zoominoutsinglefeatured 1s infinite;
    background-size: 1270px;
    display:none !important;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.01,1.01);
    }
    100% {
        transform: scale(1,1);
    }
}

.bfriday a.bfv-logo video {
    max-width: 230px;
    position: absolute;
    top: -30px;
    right: 200px;
}
.bfriday header .logo+ a , header .logo {
    display: inline-block;
} 

.bfriday .modal-footer a{}
.bf-modal-inn {     height: 100%;}

.bfriday #ouibounce-modal form span {
    font-size: 10px;
}