h3 {
    font-size: 2em;
    font-weight: normal;
    margin: 50px 0 20px;
    position: relative;
    text-align: center;
}
h3:after {
    display: block;
    width: 90px;
    content: '';
    bottom: -10px;
    left: 50%;
    height: 3px;
    margin-left: -45px;
    position: absolute;
    background-color: #7d0000;
}
.video-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
}
blockquote {
    font-size: 14px;
    font-style: italic;
}
@media ascreen and (max-width: 560px) {
    .video-wrapper iframe,
    .video-wrapper object,
    .video-wrapper embed {
        width: 100%;
        height: 100%;
    }
}