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

    .contact-panel {
        display: none;
    }
}

/*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;
    }

    .fp-about {
        font-size: 20px;
    }

    .fp-slide {
        background-size: 100% auto;
    }

    .fp-slide p {
        font-size: 20px;
    }

    .footer-logo {
        width: 200px;
    }

    .hero-logo img {
        width: 250px;
        max-height: 150px;
    }

    .min-height-100vh {
        min-height: 70vh !important;
    }

    .owl-prev svg, .owl-next svg {
        height: .7em;
    }

    .btn-mod.btn-large {
        padding: 12px 20px 12px;
    }

    .fp-container {
        gap: 10px;
    }

    .fp-about {
        border: none;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .contact-panel a {
        text-decoration: none;
    }

    .contact-panel i {
        line-height: 1;
    }

    .project-banner {
        height: 350px;
    }

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

    .project-video iframe {
        height: 280px;
    }

    .vimeo iframe {
        height: 270px;
    }

    section.video-banner {
        height: 400px;
    }

    .website-btn {
        margin-top: 30px;
        padding: 8px 30px;
    }

    .nav-logo-wrap .logo {
        max-width: 180px;
    }

    .footer-logo-light {
        width: 200px;
    }

    .footer {
        padding-bottom: 80px;
    }
}