@charset "utf-8";
/* Video CSS Document 
Created By Leon O'Daniel
Created on March 7, 2026
*/

.videoText {
    padding-top:25px;
}

.videoContainer {
    padding-bottom: 56.25%;
    position: relative;
}

.videoContainer:first-of-type ~ .videoContainer {
    margin-top: 25px;
}

.videoIFrame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:993px) {
    .videoText {
        padding-top:0;
    }
}