@media only screen and (max-width: 900px) {
    div#main-menu {
        background: #222426;
    }
    .row.footer_tops {
        margin-left: 30px!important;
    }


    .img.home {
        grid-template-columns: repeat(1,minmax(0,1fr));
        display: grid;
        gap: 32px;
        margin-top: 30px;
        /* border-bottom: 1px solid #efefef; */
        padding-bottom: 30px;
    }
    .video_home .video-button-wrapper {
        position: absolute;
        margin-left: 45%;
        margin-top: -150px;
    }
    .formOjbect.contact {
        width: 100%;
        margin: auto;
        box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 15px;
    }

}
