/* Keep image-only full-width banners flush with the mobile header. */
@media (max-width: 767px) {
    .tp-slider-full-width .tp-slider-thumb img {
        margin-top: 0;
        display: block;
    }
}
