.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoPreviewWrapper {
    height: 171px;
    width: 306px;
    margin: auto;
    overflow: hidden;
}
.videoPreviewWrapper img {
    margin-top: -29px;
}
.navigation .menu > li.menu-text > a:hover {
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.005rem;
}
.clients strong {
    display: block;
    text-align: right;
}
.newsletter-thanks {
    background-color: #262626 !important;
    border: medium none !important;
    color: #c39a3f;
    box-shadow: none !important;
}