
/*@media (min-width: 1200px) and (max-width: 1500px){*/

/*}*/
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    #online-res-iframe {
        min-height: 1200px;
    }

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    #online-res-iframe {
        min-height: 1500px !important;
    }

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    #online-res-iframe {
        min-height: 1500px !important;
    }

}


/* small mobile :320px. */
@media (max-width: 767px) {
    #online-res-iframe {
        min-height: 1500px !important;
    }
    .logo img{
        width: 50%;
    }
    .logo{
        text-align: center;
        padding-bottom: 5px;
    }


}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    #online-res-iframe {
        min-height: 1500px;
    }

}
