.med-video--youtube{
    width: 100%;
}

.med-video--youtube > iframe {
    aspect-ratio: 16/9;
    width: 100%;
}

.youtube-full-height {
    height: 100%;
}

.med-video--tiktok{
    aspect-ratio: 9 / 16;
    height: auto;
}

.med-video--tiktok > iframe {
    width: 100%;
    height: 100%;
}

.med-video--tiktok > .med-video--tiktok-consent {
    color: #fff;
    background-color: #333333;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.med-video--tiktok > .med-video--tiktok-consent > h2{
    color: #fff;
}

.med-video--tiktok > .med-video--tiktok-consent > p{
    text-align: center;
}

.med-video--tiktok > .med-video--tiktok-consent > button {
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    border-radius: 4px;
    min-height: 3rem;
    padding: 0 20px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    text-align: center;
    max-width: 100%;
    min-width: 3rem;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    cursor: pointer;
}

.med-video--tiktok-full-width {
    width: 100%
}

.mds-hero__video-container .med-video--youtube{
    display: flex;
}
button.scroll-to-top {
    position: fixed!important;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin-right: 32px;
    margin-bottom: 32px;
    opacity: 0;
    transition: all 200ms cubic-bezier(0.2, 0, 0, 1);
    border: 2px solid #0a2d82;
    background-color: var(--color-white);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.scroll-to-top:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
}

button.scroll-to-top:focus {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #fff;
}

button.scroll-to-top:disabled {
    cursor: default;
}

@media screen and (max-width: 767px){
    button.scroll-to-top {
        margin-bottom: 76px;
        margin-right: 16px;
    }
}
