#GalleryTrackSelect {
    margin-top: 6px;
    height: 32px;
    margin-right: 16px;
    width: 80px;
}

#GalleryTrack .rtc-carousel-control-prev img,
#GalleryTrack .rtc-carousel-control-next img {
    width: 28px;
    margin-top: 5px;
}

.gallery-rtc {
    color: red;
    background-color: red;
    height: 500px;
}


.gallery-section-desktop {
    margin-top: 25px;
}



.gallery-bg-dots {
    background-image: url(../img/bg_round_pink.png);
    background-repeat: repeat;
    background-color: transparent;
    background-size: 7.1%;
}

@media (max-width: 768px) {
    .gallery-bg-dots {
        background-image: url(../img/bg_round_pink.png);
        background-repeat: repeat;
        background-color: transparent;
        background-size: 10%;
    }


}