.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
    clear:both;
    padding-bottom: 26.15%;
    border-radius: var(--bp-border-radius);
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bp-border-radius);
}
@media (max-width: 1024px) {
    .videoWrapper {
        padding-bottom: 51.15%;
    }
}

button.small {
    font-size: .8rem;
    font-weight: 500;
    padding: .45rem .85rem;
}

p.hero-subtitle {
    font-size: 1rem;
}

a[target="video"] p {
    margin-bottom: 0.5rem;
}
p.font-medium {
    font-weight: 500;
    font-family: var(--font-regular);
    color: var(--main-dark);
}

.thumbnail {
    width: 100%;
    border-radius: var(--bp-border-radius);
}