<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



.YouTube {
    margin-top: 8%;
    margin-bottom: 10%;
}


.YouTube p {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 5%;
}

.YouTube iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
    margin: 0 auto;
    display: block;
}


@media only screen and (min-width: 769px) {

    .YouTube p {
        font-size: 1rem;
        text-align: center;
    }

    .YouTube iframe {
        min-height: 350px;
      }
}




@media only screen and (min-width: 1080px) {

    .YouTube iframe {
        min-height: 540px;
      }
}
</pre></body></html>