#gallery-slider {
    position: relative;
    width: 600px;
    height: 480px;
}

.btn-gallery:hover {
    background-color: rgba(86, 60, 3, 0.8);
}

.gallery-img {
    width: 450px;
    height: 295px;
    position: absolute;
    top: 75px;
    left: 45px;
}

#bg-tv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.slider-rb-gp {
    position: absolute;
    bottom: 58px;
    left: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    gap: 5px;
}

.slider-rb {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {

    #gallery-slider {
        width: 600px;
        height: 450px;

    }

    .gallery-img {
        width: 440px;
        height: 262px;
        top: 84px;
        left: 54px;
    }

    .slider-rb-gp {
        bottom: 50px;
        left: 220px;
    }
}

@media only screen and (max-width: 992px) {

    #gallery-slider {
        width: 550px;
        height: 400px;

    }

    .gallery-img {
        width: 403px;
        height: 232px;
        top: 75px;
        left: 50px;
    }

    .slider-rb-gp {
        bottom: 50px;
        left: 190px;
    }

    .slider-rb {
        width: 20px;
        height: 20px;
    }

}

@media only screen and (max-width: 768px) {

    #gallery-slider {
        width: 400px;
        height: 330px;

    }

    .gallery-img {
        width: 294px;
        height: 193px;
        top: 61px;
        left: 36px;
    }

    .slider-rb-gp {
        bottom: 40px;
        left: 130px;
    }

    .slider-rb {
        width: 17px;
        height: 17px;
    }

}

@media only screen and (max-width: 576px) {

    #gallery-slider {
        width: 300px;
        height: 250px;

    }

    .gallery-img {
        width: 225px;
        height: 155px;
        top: 37px;
        left: 22px;
    }

    .slider-rb-gp {
        bottom: 27px;
        left: 80px;
    }

    .slider-rb {
        width: 16px;
        height: 16px;
    }

}
