@import url("./root.css");

.sn-top-main-section {
    position: relative;
}

section {
    margin-top: 15px;
}

.sn-sticky-top {
    position: sticky;
    top: 0;
}

.carousel-caption .sn-title-lg {
    color: var(--sn-white);
}

.carousel-caption .sn-author-name {
    color: var(--sn-white);
}

.sn-carousel-caption {
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--sn-secondary));
}

.sn-img-overlap-50 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(var(--sn-primary-low-opacity), var(--sn-primary-low-opacity));
    display: flex;
    justify-content: center;
    padding: var(--sn-padding-10-15);
}

.sn-img-overlap-50 .sn-info-text {
    font-weight: 600;
    font-size: 16px;
}

.sn-img-overlap-sm {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(var(--sn-primary-low-opacity), var(--sn-primary-low-opacity));
    display: flex;
    justify-content: center;
    padding: var(--sn-padding-10-15);
}

.sn-img-overlap-sm .sn-info-text {
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .sn-carousel-caption {
        height: 100px;
    }
}