
#car-slide-thumbs-holder {
    position: absolute;
    height: 13%;
    width: 100%;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    background-color: #fff;
}

#car-slide-thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 5px;
}

#car-slide-thumbs img {
    margin-top: 0px;
    height: 100%;
    width: auto;
    margin-right: 0px;
    vertical-align: middle;
    cursor: pointer;
    border: 0px #ccc solid;
    /*opacity: .6;*/
    transition: opacity .2s;
}

#car-slide-thumbs img:hover {
    /*opacity: 1;*/
}

#car-slide-thumbs img.active {
    opacity: 1;
    border: 0px #ccc solid;
}

#car-slide-thumbs .img-overlay {
    height: 100%;
    display: inline-block;
    background-color: #000;
    /*opacity: .6;*/
    transition: opacity .2s;
    margin-right: 10px;
    margin-top: 2px;
}

.msc-main-photo-arrow-link.right,
.msc-main-photo-arrow-link.thumb-right {
    right: 3%;
}

.msc-main-photo-arrow-link {
    z-index: 99;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff9;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
    color: #000;
    font-size: 48px;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.msc-main-photo-arrow-link.thumb-left,
.msc-main-photo-arrow-link.thumb-right {
    /*background-color: #222b3e;*/
    /*border-radius: 0;*/
    height: 50px;
    width: 50px;
    /*box-shadow: unset;*/

    border-radius: 50%;
    background-color: #fff9;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.msc-main-photo-arrow-link.thumb-left:hover,
.msc-main-photo-arrow-link.thumb-right:hover {
    /*filter: brightness(0) invert(1);*/
    background-color: #fff;
}

.msc-main-photo-arrow-link.thumb-left:hover img,
.msc-main-photo-arrow-link.thumb-right:hover img,
.msc-main-photo-arrow-link.thumb-left img,
.msc-main-photo-arrow-link.thumb-right img
{

}

.msc-main-photo-arrow-link:hover {
    background-color: #fff;
}

.msc-main-photo-arrow-link img {
    width: 25px;
    height: 25px;
}

.msc-main-photo-arrow-link.left,
.msc-main-photo-arrow-link.thumb-left {
    left: 3%;
    transform: translate(-50%, -50%);
}

#icon-fullscreen.ms2-tab-link.w--current, #icon-fullscreen.ms2-tab-link.current, #icon-fullscreen.ms2-tab-link:hover img {
    filter: brightness(0) invert(1);
}

#icon-fullscreen {
    padding: 3px 10px;
    position: absolute;
    right: 20px;
}

#car-slide-thumbs-holder.enterfullscreen {
    height: 10% !important;
    bottom: 34px;
}

.ms2-tab-content.enterfullscreen {
    height: calc(100% - -15px) !important;
}

.slide-img {
    width: 100%;
    /*overflow: hidden;*/
    height: 100%;
    /*transition: all 0.7s ease-in-out;*/
}

.slide-container {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.slide-container {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.slide-container::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and WebKit browsers */
}
/*#controls-slide{*/
/*    bottom: 160px !important;*/
/*    right: 50px;*/
/*}*/

@media(max-width: 991px){
    .msc-main-photo-arrow-link.left{
        left: 5%;
    }
    .msc-main-photo-arrow-link.right{
        right: 5%;
    }
}