﻿
h2{
    font-size: 1.75em;
}
.VideoTitle{
    text-align:center;
}

.content-row{
    margin-bottom: 100px;
}

.card {
    margin-bottom: 8rem;
    -webkit-overflow-scrolling: touch;
    word-wrap:break-word;
}

.card-section{
    overflow-y: auto;
}

@media screen and (min-width: 1024px) {
    .card
    {   
        margin-bottom: 30px;
        margin-left: 30px;
    }
    .responsive-embed.widescreen {
        height: 300px;
    }
}