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

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

    .mry-app .mry-top-panel .mry-logo-frame .mry-logo {
        width: 130px;
    }

    .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: 50%;
        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;
    }
}