.slideshow {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slideshow .custom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.slideshow .mod-custom:nth-child(2),
.slideshow .mod-custom:nth-child(2) div {
    height: 100% !important;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slideshow .custom:first-child {
    z-index: 2;
    display: flex;
    align-items: center;
    text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, .6);
    text-wrap: balance;
}
.slideshow .custom:last-child {
    z-index: 1;
    padding: 0;
    position: relative;
}
.slideshow .custom:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
#row_slideshow * {
    color: #fff;
}
.cameraContent video {
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 480px) {
    .slideshow h1 {
        font-size: 7rem;
        line-height: 6rem;
    }
}
@media (min-width: 768px) {
    .slideshow h1 {
        font-size: 8rem;
        line-height: 6.5rem;
    }
}
