.article-mainsection .video-wrapper {
    width: 1280px;
    max-width: 100%;
}

.article-mainsection  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.article-mainsection .video-container iframe,
.article-mainsection .video-container object,
.article-mainsection .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.global-footer-tags {
    white-space: nowrap;
}

.jumbotron-wrapper .jumbotron-slide-text {
    padding: 0.5em;
}
.jumbotron-slide-description p {
    font-size: 0.4em;
    margin: 1em 3em 0;
}

.button.button-primary:hover {
    background-color: #f5aa00;
}
