.iframeYTContainer {
    margin-bottom: 4vh;
}

.iframeYTShortsContainer {
    margin-bottom: 4vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

#videoSideHeadline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

.videoTitle {
    font-size: 1.5em;
}

.videoTitleSide{
    font-size: 1.17em;
}

@media screen and (max-width: 576px) {
    .videoTitle {
        margin-bottom: 4vh;
        font-size: 2em;
    }
    .iframeYTContainer {
        margin-bottom: 6vh;
        width: 91.6%;
        margin: 4.2%;
    }
    #videoContainer .row,
    #videoContainer .col-12 {
        margin-bottom: 12vh;
    }
    #videoContainer .col-12:last-child{
        margin-bottom: 0px;
    }
}