@media screen and (max-width: 1400px) and (orientation: portrait){
    .about-description{
        font-size: 3.6vh;
        margin-top: -4vh;
    }
    .section-works-grid {
        padding-bottom: 7vh;
    }
    .works-grid {
        margin: 0;
    }
    .works-grid > .active{
        width: 47%;
        height: 17.5vh;
        margin-bottom: 1vh;
    }
    .section-selector{
        height: 25vh;
        border-top-right-radius: 50px;
    }
    .works-grid-button-wrapper{
        justify-content: center;
        width: 100%;
        margin-top: -2vh;
    }
    .info-find-out-more{
        height: 5vh;
        margin-right: 1vh;
        font-size: 2.9vw;
        padding-left: 2vw;
        padding-right: 2vw; 
    }
    .info-find-out-more:last-child{
        margin-right: 0;
    }
    .grid-el > video {
        display: none;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape){
    .works-grid-button-wrapper {
        width: 53vw;
    }
    .works-grid > .active {
        height: 16vh;
        margin: 0.5vh;
    }
    .grid-el > video {
        display: none;
    }
}