@media (max-width: 1023px) {
    /*---------------
        Main styles
    ---------------*/
    .wrap{
        height: auto;
        max-height: none;
    }
    .first_section{
        height: auto;
    }
    .first_section .cont{
        height: auto;
        display: block;
    }
    .first_section .rotator_wrap{
        height: auto;
    }
    .first_section .threesixty{
        height: auto;
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 150%;
    }
    .first_section .threesixty img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}
