#gallery {
    width: 100%;
    margin: 0 auto;
}

#gallery .embed-responsive-16by9 {
    width: 100%;
}

/*Gallery 1*/
#gallery iframe {
    margin: 0 auto;
    display: block;
}

#gallery .image {
    background-size: contain !important;
    min-height: 100%;
}

#gallery .gallery-image {
    background-size: contain !important;
    min-height: 100%;
}

.slick-prev,
.slick-next {
    width: 33%;
    height: 100%;
    background: transparent;
    top: 0;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-prev:focus {
    background: transparent;
}

.slick-prev {
    left: 0;
    cursor: url("/img/cursor_black_left.png") 22 24, e-resize;
}

.slick-next {
    right: 0;
    cursor: url("/img/cursor_black_right.png") 22 24, e-resize;
}

.gallery-info {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.97);
}

.gallery-info-title{
    font-weight: bold;
    margin-bottom: 20px;
}

.gallery-info-description{
    overflow: overlay;
}