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

    .metin-img img {
        width: 75%;
    }

    .home-grid-item.height-2x {
        height: 500px;
    }

    .online-platform-item {
        height: 160px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1699px) {
    .slider-bg {
        min-height: 540px !important;
    }
}

@media screen and (min-width: 1700px) {
    .slider-bg {
        min-height: 656px !important;
    }

    .event-content {
        height: 170px;
    }

    .event-content h3 {
        font-size: 22px;
    }

    .custom-container {
        max-width: 1210px;
    }
}

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

    .about-sidebar {
        margin-bottom: 1.5rem;
    }

    .about-sidebar ul {
        text-align: center;
    }

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

    section.global-schools h1 {
        font-size: 26px;
    }

    section.global-schools h2 {
        font-size: 20px;
    }

    .izde-item {
        padding: 0;
    }

    .banner-logo img {
        width: 65%;
    }

    #onlinePlatformModal span a, #onlinePlatformModal span {
        font-size: 17px;
    }

    .online-platform-wrapper h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}