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

    .slider .parallax-slider .swiper-slide {
        min-height: 90vh;
    }

    .inter-links-center .links-img {
        width: 60vw;
        height: 50vh;
    }

    .project-details h1 {
        font-size: 45px;
    }
}

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

    .slider .parallax-slider .swiper-slide {
        min-height: 60vh;
    }

    .arch-slider .parallax-slider .caption h1 {
        font-size: 35px;
    }
}