@charset "UTF-8";

#series_item img {
    max-width: 100%;
    vertical-align: top;
}

@media screen and (min-width: 751px) {
    #series_item {
        position: relative;
        margin: 0 0 16px 0;
        padding: 0px 16px 40px;
        line-height: 1.618;
        letter-spacing: 0.075em;
    }
/*     #series_item img {
        max-width: 100%;
        height: auto;
    } */
    #series_item .slick-list {
        padding: 0 10% 0 0 !important;
    }
    #series_item .slick-slide {
        margin-right: 30px;
    }
    #series_item .slick-list img {
        width: 100%;
    }
    #series_item .slick-dots{
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        bottom: -30px;
    }
    #series_item .slick-dots li {
        width: 20%;
        height: 6px;
        margin: 0;
        padding: 0;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    #series_item .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 0;
        width: 100%;
        height: 6px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    #series_item .slick-dots li button:before {
        width: 100%;
        height: 6px;
        background: transparent;
        background-color: #f0ece4;
    }
    #series_item .slick-dots li button:hover,
    #series_item .slick-dots li button:focus{
        outline: none;
    }
    #series_item .slick-dots li button:hover:before,
    #series_item .slick-dots li button:focus:before{
        opacity: 1;
    }

    #series_item .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        content: '';
        text-align: center;
        background: transparent;
        background-color: #f0ece4;
    }

    #series_item .slick-dots li.slick-active button:before {
        background-color: #c2b9b4;
        opacity: .75;
    }

}
@media screen and (max-width: 750px) {
    #series_item {
        position: relative;
        margin: 0 0 16px 0;
        padding: 0px 16px 40px;
        line-height: 1.618;
        letter-spacing: 0.075em;
    }
/*     #series_item img {
        max-width: 100%;
        height: auto;
    } */
    #series_item .slick-list {
        padding: 0 21% 0 0 !important;
    }
    #series_item .slick-slide {
        margin-right: 20px;
    }
    #series_item .slick-list img {
        width: 100%;
    }
    #series_item .slick-dots{
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        bottom: -30px;
    }
    #series_item .slick-dots li {
        width: 20%;
        height: 6px;
        margin: 0;
        padding: 0;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    #series_item .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 0;
        width: 100%;
        height: 6px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    #series_item .slick-dots li button:before {
        width: 100%;
        height: 6px;
        background: transparent;
        background-color: #f0ece4;
    }
    #series_item .slick-dots li button:hover,
    #series_item .slick-dots li button:focus{
        outline: none;
    }
    #series_item .slick-dots li button:hover:before,
    #series_item .slick-dots li button:focus:before{
        opacity: 1;
    }

    #series_item .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        content: '';
        text-align: center;
        background: transparent;
        background-color: #f0ece4;
    }

    #series_item .slick-dots li.slick-active button:before {
        background-color: #c2b9b4;
        opacity: .75;
    }

}