.gallery-list {
    height: 480px !important;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

.gallery-slide {
    display: none;
    height: 100%;
    width: 100%;
    background: #e8dfd3;
    position: absolute;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-text {
    position: absolute;
    width: 100%;
    top: 50%;
    font-family: 'Archivo Narrow', sans-serif;
    text-shadow: 0px 0px 30px rgba(0,0,0,.6);
    text-align: center;
    line-height: 1em !important;
    font-size: 48px;
    color: #ffffff;
    z-index: 2;
    font-weight: bold;
    text-decoration: none;
}

.slider-text p {
    line-height: 1em !important;
}

.dot {
    text-align: center;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #bbbbbb;
    border-radius: 15px;
    background: #ffffff;
    margin: 5px;
    cursor: pointer;
}

.dot[data-status="active"] {
    border: 3px solid #ffffff;
    background: #bbbbbb;
}

.dots {
    display: inline-block;
    list-style: disc;
    bottom: 1%;
    position: absolute;
    color: #ffffff;
    z-index: 3;
    left: 50%;
    margin-left: -25px;
}

.gallery-slide:first-child {
    display: block;
}


@media only screen and (max-width: 1199px) {
    .gallery-wrapper {
        height: 400px;
    }
    .gallery-list {
        height: 400px;
    }
    .gallery-slide {
        height: 400px;
    }
    .slider-text {
        font-size: 40px;
    }
}

@media only screen and (max-width: 999px) {
    .gallery-wrapper {
        height: 300px;
    }
    .gallery-list {
        height: 300px;
    }
    .gallery-slide {
        height: 300px;
    }
    .slider-text {
        font-size: 32px;
    }
}

@media only screen and (max-width: 699px) {
    .gallery-wrapper {
        height: 225px;
    }
    .gallery-list {
        height: 225px;
    }
    .gallery-slide {
        height: 225px;
    }
    .slider-text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 499px) {
    .gallery-wrapper {
        height: 150px;
    }
    .gallery-list {
        height: 150px;
    }
    .gallery-slide {
        height: 150px;
    }
    .slider-text {
        font-size: 22px;
    }
}

.gallery-wrapper {
    position: relative;
}