﻿.main {
    padding-top: 0px;
}

.banner .banner-image-block {
    max-width: none;
    min-height: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

    .banner .banner-image-block img {
        padding: 0;
        width: 100%;
        height: auto;
    }

.banner-image-block .content {
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .banner-image-block .content img {
        width: 100%;
        height: 100%;
        max-width: none;
    }

    .content .text-block {
        position: absolute;
        left: 30px;
        bottom: 20px;
        text-shadow: 5px 5px 10px #000;
    }

.banner .banner-image-block a.white-button {
    font-family: "Lato", "Arial", "sans-serif";
}

.banner h1 {
    text-shadow: none;
}

.content .text-block p {
    font-size: 20px;
}