.slider {
    margin: 0 auto;
    max-width: 100%;
}
.slide_viewer {
    position: relative;
    top: 130px;
    height: 350px;
}

@media screen and (max-width: 992px) {
    .slide_viewer {
        height: 350px;
    }
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
}

.slide:first-child {
    display: block;
}

.slide_buttons {
    position: relative;
    display: block;
}

a.slide_btn {
    color: #fff;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #e2231a;
    cursor: pointer;
}

.directional_nav {
    /*height: 100px;*/
    position: relative;
    top: -100px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .slider-style {
        height: 200px !important;
    }
    .rectangle-1212 {
        height: 200px !important;
    }
    .slide_viewer {
        height: 350px;
    }
}

@media screen and (min-width: 1281px) {
    .slider-style {
            height: 260px !important;
        }
        .rectangle-1212 {
            height: auto !important;
            max-width: 80% !important;
            border-radius: 5px;
    }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
    .slide_viewer {
        height: 141px;
        top: 55px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1545px) {
    .slide_viewer {
        height: 350px;
    }
}
@media screen and (min-width: 1546px) and (max-width: 2499px) {
    .slide_viewer {
        height: 417px;
    }
}
@media screen and (min-width: 2500px) and (max-width: 6000px) {
    .slide_viewer {
        height: 425px;
    }
}