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

    .video-container {
        width: 100% !important;
    }

    .contact-panel {
        display: none;
    }
}

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

    .top-header-logo img {
        width: 220px;
        height: unset;
    }

}


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


    .main-header {
        right: unset;
    }

    .wrapper {
        vertical-align: top;
        position: absolute;
        left: 350px;
        top: 100px;
        right: 10px;
        bottom: 0;
        z-index: 2;
    }

}

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

    .top-header-logo img {
        height: 34px;
    }

    .share-button {
        display: none;
    }

    .box-media-zoom {
        right: 40px;
    }

    .project-detail p {
        text-align: justify;
    }

    .project-detail .project-sidebar {
        padding: 3rem 0;
    }

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

    .project-detail {
        padding-top: 0 !important;
    }

    .partner-item {
        width: 50%;
    }

    .filter-button-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-button-group button {
        width: 80%;
    }

    .project-info {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .project-info-box {
        width: 80%;
    }

    .cirle-dec:before {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }

    .sector-detail {
        padding-top: 60px !important;
    }
}