﻿.reset-pos {
    position: unset !important;
}

.hero-wrap {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden !important;
}

.hero-top {
    margin-top: 98px !important;
    margin-bottom: 50px;
    font-size: 18px !important;
}

.hero-bottom {
    margin-top: 5px !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    /*width: 50% !important;*/
}

    .hero-bottom img {
        float: left;
        width: 33%;
        margin-left: -20px;
    }

    .hero-bottom a {
        width: 300px;
    }

.right-image {
    position: absolute !important;
    bottom: 0;
    right: 0;
    width: 50%;
    align-content: center;
    vertical-align: baseline;
}

    .right-image img {
        max-width: 60%;
        padding-left: 25%
    }

@media (min-width: 320px) and (max-width: 480px) {
    .hero-wrap {
        height: unset;
        padding-bottom: 20px;
    }

    .hero-top {
        margin-top: unset !important;
    }
    
    .hero-bottom {
        width: unset !important;
    }

        .hero-bottom a {
            width: 265px !important;
        }

    .fa-arrow-down {
        font-size: 2em !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .hero-wrap {
        height: unset;
        padding-bottom: 20px;
    }

    .hero-bottom {
        width: unset !important;
    }

        .hero-bottom a {
            width: 400px !important;
        }

    .fa-arrow-down {
        font-size: 2em !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hero-wrap {
        height: unset;
        padding-bottom: 20px;
    }

    .hero-bottom {
        width: unset;
    }

    .hero-bottom {
        width: unset !important;
    }

        .hero-bottom a {
            width: 350px !important;
        }

    .fa-arrow-down {
        font-size: 2em !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){
    .hero-wrap {
        height: unset;
        padding-bottom: 20px;
    }

    .hero-bottom {
        width: unset !important;
    }

    .hero-bottom {
        width: unset !important;
    }

        .hero-bottom a {
            width: 100% !important;
        }

    .fa-arrow-down {
        font-size: 2em !important;
    }
}

@media (min-width: 580px) and (max-width: 1366px) {
    .hero-wrap {
        height: unset;
        padding-bottom: 20px;
    }

    .hero-bottom {
        width: unset !important;
    }

        .hero-bottom a {
            width: 440px !important;
        }

    .fa-arrow-down {
        font-size: 2em !important;
    }
}

@media (min-width: 580px) and (max-width: 1366px) and (orientation: landscape) {
    .hero-wrap {
        height: unset;
        padding-bottom: 20px;
    }

    .hero-bottom {
        width: unset !important;
    }

        .hero-bottom a {
            width: 400px !important;

        }

    .fa-arrow-down {
        font-size: 2em !important;
    }
}

_:-ms-fullscreen, :root .banner__container .hero__text {
    position: static !important;
}