/** * Document: [ROW TYPE] SCSS * DESC: */
.sgr-slider.v1 .slide {
    height: min-content !important;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: white;
}
@media (min-width: 576px) {
    .sgr-slider.v1 .slide {
        min-height: 600px;
    }
}
.sgr-slider.v1 .slide .overlayslider {
    position: absolute;
    height: 70%;
    width: 60%;
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
    .sgr-slider.v1 .slide .overlayslider {
        width: 100%;
        height: 80%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .overlayslider {
        height: 90%;
        width: 150%;
    }
}
.sgr-slider.v1 .slide .text-area {
    z-index: 10;
    position: absolute;
    padding: 20px;
    font-size: larger;
    width: 30%;
    left: 0;
    top: 20px;
}
@media only screen and (max-width: 992px) {
    .sgr-slider.v1 .slide .text-area {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .text-area {
        width: 60%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
        position: relative;
    }
}

.sgr-slider.v1 .slide .text-area h2 {
    line-height: 35px !important;
}
.sgr-slider.v1 .slide .fluid-container {
    position: relative;
    padding-left: 50px;
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .fluid-container {
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .sgr-slider.v1 .slick-slider {
        height: 600px;
    }
}
.sgr-slider.v1 .slick-dots {
    bottom: 36px !important;
    display: none;
}
.sgr-slider.v1 .slick-dots li {
    width: 150px;
    height: 10px;
}
@media (max-width: 1200px) {
    .sgr-slider.v1 .slick-dots li {
        width: 100px;
    }
}
@media (max-width: 768px) {
    .sgr-slider.v1 .slick-dots li {
        width: 50px;
    }
}
.sgr-slider.v1 .slick-dots li.slick-active button {
    background: #000;
    height: 8px;
}
.sgr-slider.v1 .slick-dots li button {
    background: #000;
    width: 100%;
    padding: 0 !important;
    height: 3px;
    transition: 0.6s ease;
    content: "";
}
.sgr-slider.v1 .slick-dots li button:before {
    content: "" !important;
}
