.BigBanners_elem {
    height: 335px!important;
    background-size: contain!important;
    padding: 50px;
    position: relative;
}
.BigBanners_elem-title h1 {
    display: inline-block;
    font-size: 1.5em;
}
.BigBanners_elem-text ul {
    padding: 0 0 0 20px;
}
.BigBanners_elem-btn a {
    color: black;
    border: 3px gray solid;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 280px;
    padding: 15px 50px;
    text-align: center;
    line-height: 1;
    display: block;
    left: 0;
    right: 0;
    margin-top: 25px;
}
.BigBanners_elem-btn a:hover {
    color: white;
    background: gray;
    transition: all 0.5s ease;
}
.h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
    font-weight: bold;
}

.BigBanners_elem > a,
.BigBanners_elem > a:focus,
.BigBanners_elem > a:active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    outline: 0;
    border: 0;
}

@media (max-width: 767px) {
	/*.BigBanners_elem {
	    background-size: unset!important;
        background: #fff!important;
	}*/
    .BigBanners_elem {
        background-size: auto 66% !important;
    }
}