
.banner.season {
    background: url(/main/images/season/ski1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 0!important;
}

@media (max-width: 767px) {
    .banner.season {
        background: url(/main/images/season/ski1.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.banner .wrapper {
    color: #fff;
    padding: 60px;
}

@media (max-width: 767px) {
    .banner .wrapper {
        padding: 30px;
    }
}

.banner .wrapper small {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.banner .wrapper h3 {
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    margin: 15px 0 0 0;
}

.banner .wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 10px;
}

.hero_in.season:before {
    background: url(/main/images/season/ski1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.season .wrapper {
    background-color: rgba(0, 0, 0, 0.1);
}