@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: 768px) {
    .mry-app .mry-top-panel {
        height: 78px;
    }

    .mry-app .mry-top-panel .mry-logo-frame {
        height: 78px;
        padding: 0 18px;
    }

    .kesis-header-logo .kesis-brand-lockup {
        gap: 7px;
    }

    .kesis-header-logo .kesis-brand-emblem {
        width: 37px;
        height: 37px;
    }

    .kesis-header-logo .kesis-brand-wordmark {
        height: 27px;
    }

    .mry-menu-button-frame {
        height: 78px;
        gap: 14px;
        padding: 0 18px;
    }

    .mry-menu-button-frame > .mry-label {
        display: none;
    }

    .mry-menu-button-frame .mry-menu-btn {
        z-index: 2;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }

    .kesis-header-language {
        flex: 0 0 auto;
    }

    .kesis-language-popover summary {
        min-width: 48px;
        height: 44px;
        gap: 8px;
    }
}

@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;
    }

    .project-details-wrapper {
        padding-left: 0;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 60px;
    }

    .project-details-wrapper ul {
        width: 80%;
        order: 2;
    }

    .project-banner-logo {
        width: 80%;
        text-align: center;
        order: 1;
        margin-bottom: 20px;
    }

    .project-banner-logo img {
        width: 220px;
    }

    .gallery .mry-masonry-grid-item-50 {
        width: 50%;
    }

    .map-btn-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .mry-h2, h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .partner-item {
        width: auto;
        padding: 1.35rem;
        height: 205px;
        justify-content: space-around;
    }

    .partner-logo {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: .75rem;
    }

    .partner-item h4 {
        font-size: 15px;
    }

    .partner-item h6 {
        font-size: 11px;
    }

    .mry-masonry-grid-item {
        padding: 15px;
    }

    .mry-card-cover-frame {
        margin-bottom: 0 !important;
    }

    .mry-menu nav ul .menu-item a {
        font-size: 24px;
        font-weight: 700;
    }

    .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
        padding: 25px;
    }

}
