.QDslider{
    height: 45vh;
    margin-top: -50px;
    position: relative;
    margin-left:2vw;
    margin-right:2vw;
    margin-top:1vh;
    margin-bottom: 11vw;
}

.QDslider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.QDslider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.QDslider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.QDslider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}

.QDslider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.QDslider .list .item .content h2{
    font-size: 100px;
    margin: 0;
}
.QDslider .list .item.active{
    opacity: 1;
    z-index: 10;
}

#hidden-thumbnail{
    visibility: hidden;
}


@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.QDslider .list .item.active p:nth-child(1),
.QDslider .list .item.active h2,
.QDslider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.QDslider .list .item.active h2{
    animation-delay: 1s;
}
.QDslider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.QDarrows{
    position: absolute;
    bottom: 27px;
    right: 27px;
    z-index: 100;
}

#prev{
    position: relative;
    left:0;
}

.QDarrows button{
    background-color: rgba(83, 83, 83, 0.764);
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.QDarrows button:hover{
    background-color: #fff;
    color: black;
    cursor: pointer;
}
.thumbnail{
    position: absolute;
    bottom: -112px;
    z-index: 11;
    gap: 10px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    box-sizing: border-box;
    justify-content: center;
}

.thumbrow1{
    display: flex;
    flex-direction: row;
    gap:.5vw;
    margin-bottom: .75vh;;
}

.thumbrow-mobile1{
    display: flex;
    flex-direction: row;
    gap: .5vw;
    row-gap: .75vh;
}

.thumbrow-mobile2{
    display: flex;
    flex-direction: row;
    gap: .5vw;
    row-gap: .75vh;
}

.thumbrow-mobile3{
    display: flex;
    flex-direction: row;
    gap: .5vw;
    row-gap: .75vh;
}

.thumbrow-mobile4{
    display: flex;
    flex-direction: row;
    gap: .5vw;
	row-gap: .75vh;
}

.thumbrow-mobile5{
    display: flex;
    flex-direction: row;
    gap: .5vw;
    row-gap: .75vh;
}

.thumbrow2{
    display: flex;
	flex-direction: row;
    gap:.5vw;
	margin-bottom: .75vh;

}
.thumbrow3{
    display: flex;
    flex-direction: row;
    gap:.5vw;
    margin-bottom: .75vh;
}
#width-fix-37{
    width:100.5%;
}

.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    /* width: 150px; */
    /* height: 95px; */
    filter: brightness(.5);
    /* transition: .5s;
    flex-shrink: 0; */
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    /* border-radius: 10px; */
}
.thumbnail .item.active{
    filter: brightness(1.15);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}

/* #slider-padding{
    padding-top:18vh;
} */

@media screen and (max-width: 1540px){
    .QDslider{
        height:39vh;
    }
}

@media screen and (max-width: 1280px){
    .QDslider{
        height:30vh;
    }
}

@media screen and (max-width: 1020px){
    .QDslider{
        height:26vh;
    }
}

@media screen and (max-width: 768px){
    .QDslider{
        margin-bottom:20vw;
    }
}

@media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .QDslider .list .item .content h2{
        font-size: 60px;
    }
    .QDarrows{
        /* top: 10%; */
    }
    .thumbrow1{
        flex-direction: column;
        margin-bottom: .3vh;
    }
    .thumbrow2{
        flex-direction: column;
    }

    #slider-padding{
        padding-top:45vh;
    }

    .QDslider{
        margin-bottom:71vw;
    }
}