@media  (max-width: 992px){
    .slider-object1{
        position: absolute;
        top: 3%;
        right: -8%;
        animation: none;
    }
    .slider-object2{
        position: absolute;
        bottom: 3%;
        right: -8%;
        animation: none;
    }
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object1 img,.slider-object2 img{
        width: 55%;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 10px;
    }
}

@media (min-width:992px) and (max-width: 1070px) {
}

@media (min-width:768px) and (max-width:991px){
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 3px;
    }
}

@media (max-width:768px){
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 10px;
    }
}
