/* Large Tablets */
@media handheld, screen and (max-width: 1024px) {
    /* Banner */
    .cms-index-index .banner li{
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    .cms-index-index .banner li > a {
        left: 0;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .cms-index-index .banner li > a img {
        visibility: hidden;
    }
    .cms-index-index .banner .banner-content {
        left: 0;
        margin: 0 auto;
        padding: 50px 0 280px;
        position: static;
        top: 0;
        width: 100%;
    }
    .cms-index-index .banner .banner-content img {
        max-width: 30%;
    }
    .cms-index-index .banner .banner-content p {
        padding-top: 5%;
    }
    .cms-index-index .banner .button {
        margin-right: 2%;
    }
    .cms-index-index .banner .banner-content br {
        display: none;
    }
    /* CTA */
    .cms-index-index .cta .button {
        display: none;
    }
    /* Products */
    .cms-index-index .home-products .col-3 .overlay {
        display: block;
        bottom: 0;
        height: auto;
        opacity: 1;
        padding-bottom: 5%;
        padding-top: 5%;
        top: auto;
    }
    .cms-index-index .home-products .overlay h4 {
        margin-top: 0;
    }
    .cms-index-index .home-products .col-3 .overlay-btn {
        display: none;
        margin: 15px auto 0;
        position: static;
        width: 93%;
    }
}
/* Small Tablets */
@media handheld, screen and (max-width: 768px) {
    /* Banner */
    .cms-index-index .banner .banner-content {
        padding: 50px 0 180px;
    }
    /* CTA */
    .cms-index-index .cta .col-2 {
        top: -50px;
    }
    /* Newsletter */
    .cms-index-index .home-newsletter .home-form-left,
    .cms-index-index .home-newsletter .home-form-right {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .cms-index-index .home-newsletter .home-form-left {
        margin-bottom: 10px;
    }
    /* Product Showcase */
    .cms-index-index .home-products .col-3 li {
        width: 49.9%;
    }
}
/* Mobile */
@media handheld, screen and (max-width: 480px) {
    /* Banner */
    .cms-index-index .banner .banner-content {
        padding: 50px 0 150px;
        width: 80%;
    }
    .cms-index-index .banner .banner-content img {
        float: none;
        margin: 0 auto;
        max-width: 90%;
    }
    .cms-index-index .banner .banner-content p {
        padding-top: 2%;
        text-align: center;
    }
    /* Newsletter */
    .cms-index-index .home-newsletter .home-form-right #email {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    .cms-index-index .home-newsletter .home-form-right input[type="submit"] {
        float: none;
        margin: 10px auto 0;
        width: 100%;
    }
    /* Product Showcase */
    .cms-index-index .home-products .col-3 li {
        margin-bottom: 5px;
        max-width: 99.9%;
        width: 99.9%;
    }
    .cms-index-index .home-products .col-3 .button {
        float: left;
        margin: 0 .75%;
        max-width: 50%;
        width: 47.5%;
    }
    .cms-index-index .home-products .col-3 .button + .button {
        float: right;
    }
    .cms-index-index .banner .banner-content {
        min-height: 200px;
    }
    .cms-index-index .banner .banner-content p {
        font-size: 20px;
    }
}
