/**
 * Document: [ROW TYPE] SCSS
 * DESC:
 */
.sgr-slider.v1.this-is-the-top-of-the-page {
    padding-top: 0 !important;
}
.sgr-slider.v1.this-is-the-top-of-the-page .text-area {
    padding-top: 122px !important;
}
.sgr-slider.v1 .slide {
    position: relative;
    min-height: 600px;
    background-size: auto;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: white;
}
.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 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
    padding: 20px;
    font-size: larger;
    width: 100%;
    left: 0;
    height: 100vh;
/*min-height: 752px;*/
}
@media only screen and (min-width: 992px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
    }
}