.lazyload {
    background-color: #1e1e1e;
}

.hs__headline {
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 4vw;
    color: #e1e1e1;
    text-align: left;
    font-size: 20px !important;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.slider {
    margin: 0 auto;
    width: 100%
}

.slide_viewer {
    position: relative
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%
}

.slide {
    display: none;
    height: 100%;
    width: 100%
}

.slide:first-child {
    display: block
}

.slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block;
    float: right
}

.previous_btn {
    bottom: 0;
    left: 0vw;
    margin: auto;
    position: absolute;
    top: 0
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0vw;
    top: 0
}

.next_btn,
.previous_btn {
    cursor: pointer;
    height: 180px;
    opacity: .5;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 65px
}

.next_btn:hover,
.previous_btn:hover {
    opacity: 1
}

#related {
    grid-gap: 15px;
    grid-template-columns: repeat(8, 1fr)
}

@media only screen and (max-width:767px) {
    .previous_btn {
        left: 10px
    }

    .next_btn {
        right: 10px
    }

    #related {
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.viewall {
    float: right;
    padding-right: 45px;
    position: inline;
    color: #fff;
    cursor: pointer;
    font-size: 15px
}

.viewall:hover {
    color: #fff
}

@media only screen and (max-width:500px) {
    .slider {
        margin: 0 auto;
        width: 100%
    }

    .slide_viewer {
        height: 35vh;
        position: relative
    }

    .slide_group {
        height: 100%;
        position: relative;
        width: 100%
    }

    .slide {
        display: none;
        height: 100%;
        position: absolute;
        width: 100%
    }

    .slide:first-child {
        display: block
    }

    .hs__headline {
        -webkit-box-flex: 1;
        flex: 1;
        text-transform: uppercase;
        font-weight: lighter;
        padding-left: 15px;
        color: #fff;
        text-align: left
    }
}

.phonebanner {
    background: #0d0d0d;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.phonebanner h1 {
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 35px;
    padding-top: 40px
}

.phonebanner h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
    line-height: 28px
}


.bannerimgs {
    background: #0D0D0D;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

.bannerimgsinternal {
    height: 100%;
    border-radius: 0px;
    background: linear-gradient(to right, #0c0c0c, rgba(0, 0, 0, 0));
    position: absolute
}

@media screen and (max-width:800px) {
    .phonebanner {
        display: none
    }

    .slide img {
        object-fit: cover;
        width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
        margin: auto;
        padding: 0 !important
    }

    .next_btn,
    .previous_btn {
        display: none
    }

    .viewall {
        padding-right: 10px
    }
}