.cds-slot-row {
    display: flex;
    margin: 3rem 0;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}


.cds-slot-content {
    width: 80%;
}

.spacer {
    width: 12.5%;
}

.centered {
    text-align: center;
}

.shadowed {
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.35);

}

.cds-slot-single-bottom {

    border-right: 2px solid #3155a4;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.center-the-dialog {
    transform: translateY(20vh) !important;
}

.cds-slot-single-top {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cds-slot-img {
    max-width: 90%;
    width: auto;
    height: 100%;
    padding: 3rem 0;
    transition: all 0.3s ease-in-out;
}

.cds-slot-single-hidden-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hidden-title {
    text-align: center;
    color: white;
    opacity: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    transition: all 0.3s ease-in-out
}

.hidden-title .slightly-smaller {
    font-size: 20px;
}

@media only screen and (min-width: 601px) {
    .Banner {
        max-width: 50% !important;
    }
    .Landscape {
        max-width: 500px !important;
    }
    .Portrait {
        max-width: 350px !important;
    }
}

@media only screen and (max-width: 600px) {
    .cds-slot-row {
        display: block;
    }

    .cds-slot-content {
        margin-bottom: 4rem;
    }

    .cds-slot-content-top {
        height: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .cds-slot-single {
        width: 100%;
    }

    .cds-slot-single-top {
        border-right: none;
    }

    .cds-slot-single-bottom {
        margin-bottom: 2rem;
        border-right: none;
    }

    .cds-slot-last>.cds-slot-single-bottom:after {
        display: none !important;
    }
}