@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {

}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .nav-transparent .main-bar {
        padding: 5px;
    }

    .logo-header {
        width: 135px;
    }

    .sx-bnr-inr-entry {
        vertical-align: middle;
        padding-top: 30px;
    }

    .sx-bnr-inr {
        height: 300px;
    }

    .date-style-2 .sx-img-effect {
        padding: 8px;
    }
}