html, body{
    overflow:hidden;
}
body{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.shadowed {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.yp-bottom-0 {
    bottom: 0;
}
.carousel-indicators [data-target] {
    background-color: rgba(0, 0, 0, 0);
    text-indent: 0;
    font-weight: normal;
    font-size: 13px;
    padding: 0px 12px 0px 0px;
    margin: 0px;
    width: auto;
    height: auto;
    white-space: nowrap;
    opacity: 0.8;
    border-top: 0px;
    border: none;

}
.yp-bookshelf-item {
    margin-left: 20px;
    cursor: pointer;
    padding-left: 0;
    margin-top: 2px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
@media (max-width: 280px) {
    .yp-bookshelf-item-l {
        width: 100% !important;
    }

    .yp-bookshelf-img-wrap-l {
        width: 100% !important;
        bottom: 22% !important;
    }

    .yp-bookshelf-img-wrap-l img {
        width: 100% !important;
    }
}

.carousel-indicators .active {
    opacity: 1;
    font-weight: bold;
}

.carousel-indicators {
    overflow: auto;
    margin-bottom: 2px;
}

.yp-bookshelf-wrapper {
    width: 100%;
}

.yp-bookshelf-section {
    margin-top: 6px;
    margin-bottom: 1px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
}

.yp-bookshelf-item:first-child {
    margin-left: 0;
}

.yp-bookshelf-item img {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
    opacity: 1;
    background: transparent;
    border: none;
}

.carousel-control-prev{
    left: -2px;
}

.opacity-100 {
    opacity: 1 !important;
}

