.slideshow {
    z-index: 10;
}

.slideshow>div {
    background-color: #1d112e;
    background-image: linear-gradient(to right, rgba(0,0,0,.5) 0%, rgba(0,0,0,.0001) 20%, rgba(0,0,0,.0001) 80%, rgba(0,0,0,.5) 100%);
    border-radius: 16px;
    position: fixed;
    top: 10%;
    left: 10%;
    height: 80%;
    max-height: 80%;
    width: 80%;
    max-width: 80%;
    z-index: 11;
}

.slideshow .carousel-inner,
.slideshow .carousel-inner>div {
    height: 100%;
}

.slideshow .carousel-indicators {
    display: none;
}

.slideshow-close {
    color: white;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    height: 10%;
    width: 10%;
    padding-top: 2.5%;
    text-align: center;
    z-index: 15;
}
.slideshow-close:active,
.slideshow-close:hover,
.slideshow-close:focus {
    color: white;
    opacity: 0.9;
}
.slideshow-close i {
    font-size: 30px;
    padding: 10px;
}
.slideshow .carousel-control {
    width: 50%;
    height: 80%;
    top: 10%;
    background: none;
}
.carousel-control:focus {
    opacity: 0.5;
}
.slideshow .carousel-control .glyphicon-chevron-left {
    left: 10%;
}
.slideshow .carousel-control .glyphicon-chevron-right {
    right: 10%;
}

.slideshow-slide {
    display: flex;
    margin: auto;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 5% 10%;
}

.slideshow-slide-img-wrapper {
    display: block;
}

.slideshow-slide p,
.slideshow-slide h2 {
    color: white;
    text-align: center;
}

.slideshow-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
