.lightbox .close {
    font-size: 30px;
    float: right;
    color: white;
    margin: 20px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 9999;
}

.lightbox .close:hover {
    color: white;
    opacity: 0.7;
}

.lightbox {
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.lightbox figure picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100vh;
    padding: 50px;
}

@media only screen and (max-width: 768px) {
    .lightbox figure picture {
        padding: 10px;
    }
}

.lightbox-content .carousel-inner {
    width: 80%;
    margin: 0 auto;
}

.lightbox figcaption {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
}

.lightbox img {
    object-fit: contain;
    width: 100%;
}

.lightbox figure {
    padding: 10px;
}

.carousel-component {
    padding: 20px 0px;
}

.carousel-control-prev,
.carousel-control-next {
    margin: 80px 0px;
    opacity: 1 !important;
    cursor: pointer;

}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 30px;
    color: white;
}

.blocks-carousel-item {
    width: 100%;
    display: block;
}

.blocks-carousel-item img {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.blocks-carousel-item figcaption {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    color: #777;
}

.blocks-carousel-item__index {
    padding-right: 10px;
}

.blocks-carousel-item__end {
    padding-left: 10px;
}