@media screen and (max-width: 480px) {

    .full-screen-image {
        height: calc(100vh - 400px) !important;
    }

    .img-container {
        min-height: 180px;
    }

    .img-container {
        min-height: 160px !important;
    }

    .slider_text_div h6 {
        display: none;
        height: 0;
    }

    .slider_text_div h3 {
        font-size: x-large !important;
        margin: 10px;
    }

    .slider_text_div h5 {
        font-size: large !important;
    }

    .slider_text_div span {
        font-size: medium !important;
    }

    .slider_text_div {
        line-height: 120%;
    }

    .slider_text_div {
        top: 50%;
    }

}


.slide {
    position: relative;
}

.slider_text_div {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 200%;

    width: 100%;

    z-index: 9;
}

.slider_text_div h3 {
    font-size: 3.5rem;
    font-weight: bolder;
    margin: 20px;
    width: 100%;

}

.slider_text_div span {
    font-size: 1.5rem;
    font-weight: bolder;
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 3px 18px;
    vertical-align: text-bottom;
}

.slider_text_div span a {
    color: #ddd;
}

.slider_text_div h5 {
    font-size: 2rem;
    font-weight: bolder;
}

.slider_text_div h6 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bolder;
    margin-bottom: 20px;
}

#prevBtn, #nextBtn {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

