@media (max-width: 1366px) {

    .second_screen:after, .second_screen:before {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .first_screen, .third_screen {
        height: 100vh;
    }

    .images_animate .first, .images_animate .third {
        width: 42%;
    }

    .images_animate .second {
        width: 60%;
    }
/*
    .images_animate .third {
        margin-left: -100px;
    }

    .images_animate .first {
        margin-right: -100px;
    }*/

   .img_anim img {
        width: 100%;
        height: auto;
    }
}




@media (max-width: 1280px) {
    .second_screen:after, .second_screen:before {
        width: 420px;
        height: 563px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}































