iframe {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (min-width: 0rem) {
    #videos {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #videos .cs-container {
        margin: 0 auto;
        max-width: 80rem;
    }
    #videos .cs-item {
        margin-bottom: 2em;
    }
}
@media only screen and (min-width: 48rem) {
    #videos .cs-container {
        gap: 1em;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
    }
    #videos .cs-item {
        grid-column: span 1;
    }
}
@media only screen and (min-width: 64rem) {
    #videos .cs-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (min-width: 0rem) {
    #contact-718 {
        background: var(--bg04);
    }
}