#cms-content {
    color: #666;
}

@media (min-width: 1200px) {
    #cms-content {
        width: 800px;
    }

    #cms-content .cms-custom-h2 {
        font-size: 25px;
    }
}

#cms-content img {
    max-width: 100%;
}

#cms-content h1, h2, h3 {
    margin-top: 30px;
}

#cms-content a {
    text-decoration: underline;
}

#cms-content p {
    padding-top: 15px;
    padding-bottom: 10px;
}

.yt-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.yt-wrapper iframe,
.yt-wrapper object,
.yt-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}