.PageSingleArtwork .slick-dots.cloned{
    left: calc(460px / 2);
    transform: translateX(-50%);
    width: fit-content;
    top: unset;
    bottom: 10px;
}

.PageSingleArtwork .slick-dots.cloned li{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: white;
    position: relative;
    
}

.PageSingleArtwork .slick-dots.cloned li.slick-active{
    background-color: #707070;    
}

.PageSingleArtwork .slick-dots.cloned li img{
    width: auto;
    height: auto;
    opacity: 0!important;
}



.by_year{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 20px;
    
}
.by_year li{
    /* margin-right: 20px; */
    font-size: 18px;
}

.breadcrumb-section span{
    display: inline-block;
}
@media only screen and (max-width: 979px){
    .PageSingleArtwork .slick-dots.cloned{
        position: absolute;
        left: 50%;
        bottom: unset;
        top: 320px;
    }
    .PageSingleArtwork .slick-dots.cloned li:nth-child(3n){
    margin: 0 10px 10px 0!important;

    }
    .by_year{
        column-gap: 15px;
    }
    .by_year li{
        font-size: 16px;
    }
}