.hero img.full {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
    z-index: 1!important;
}

.hero .grid-2 * {
    position: relative;
    z-index: 2!important;
}

.hero {
    min-height: auto!important;
}

.hero .grid-2 {
    grid-template-columns: 70%30%;
}

.hero .gradient {
     background: #424242;
background: -webkit-linear-gradient(90deg, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.5) 40%, rgba(66, 66, 66, 0.8) 69%, rgba(66, 66, 66, 0) 70%);
background: -moz-linear-gradient(90deg, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.5) 40%, rgba(66, 66, 66, 0.8) 69%, rgba(66, 66, 66, 0) 70%);
background: linear-gradient(90deg, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.5) 40%, rgba(66, 66, 66, 0.8) 69%, rgba(66, 66, 66, 0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#424242", endColorstr="#424242", GradientType=1);
position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
    z-index: 1!important;
}

.hero .grid-2 img {
    rotate: 5deg;
}

.onas-content {
    max-width: 800px;
}

@media only screen and (max-width: 991px) {
    .hero .grid-2 img {
    width: 65%;
    margin: auto;
}

    .slideshow-container {
        position: relative!important;
    }

        .slider-wrapper {
       height: auto!important;
    }

.hero .grid-2 article {
    padding-top: 8em;
}

.hero img.full {
    height: 20%; }

.hero .grid-2 div.hrot {
    text-align: center;
}

.hero .gradient {
  background: #272523;
background: -webkit-linear-gradient(0deg, rgba(39, 37, 35, 1) 20%, rgba(39, 37, 35, 0) 60%);
background: -moz-linear-gradient(0deg, rgba(39, 37, 35, 1) 20%, rgba(39, 37, 35, 0) 60%);
background: linear-gradient(0deg, rgba(39, 37, 35, 1) 20%, rgba(39, 37, 35, 0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272523", endColorstr="#272523", GradientType=0);
height: 20%;
}
}