/* Medium Layout: 1367px. */

@media only screen and (max-width: 1367px) {

}


/* Medium Layout: 1280px. */

@media only screen and (max-width: 1199px) {
    
}


/* Tablet Layout: 768px. */

@media only screen and (max-width: 991px) {
    
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {}



/*big from small mobile, small from wide mobile*/
@media only screen and (max-width: 575px) {

}