.top-slider{
    max-height: 85vh;
    overflow: hidden;
}

.id-slider-container{
    max-height: 84vh;
    width: 100%;
    overflow:hidden;
    display: flex;
}

.id-slider-item, .id-slider-image{
    max-height: 85vh;
    width: 100%;
}
.id-slider-image img{
    height: auto;
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.id-slider-item{
    position: relative;
}

.id-slider-textbox{
    position:absolute;
    top: 50%;
    max-width: 605px;
    width: 100%;
    left: 50%;
    transform:translate(25%,-50%);
    background-color:rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.id-slider-tb-header{
    border-radius: 10px;
    background: rgb(227,10,23);
    background: linear-gradient(0deg, rgba(227,10,23,1) 0%, rgba(238,73,83,1) 100%);
    padding:20px;
    color:#fff;
    font-size: 2.875rem;
    line-height: 50px;
    text-align: center;
}

.id-slider-tb-text{
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    text-align: center;
}

.id-slider-tb-text p{
    font-size: 1.125rem;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 27px;
}

.id-slider-tb-text a{
    padding:12px 19px;
    margin-bottom: -30px;
    width: auto;
    font-size: 1.125rem;
    text-decoration: none;
    border:none;
    display: inline-block;
    color:#fff;
    background-color:#b3d438;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 4px;
    white-space:normal;
    line-height: 1.5;
    font-family: Raleway,Helvetica,Arial,sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.id-slider-tb-text a:hover{
    cursor:pointer;
    -webkit-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    background-color:#c6df6a;
    color:#fff;
    text-decoration: none;
}

.id-slider-tb-text a:focus, .id-slider-tb-text a:active, .id-slider-tb-text a:hover{
    outline: none;
    box-shadow: none !important;
}



@media screen and (max-width: 1600px){
    .id-slider-textbox{
        left: 45%;
    }
}


@media screen and (max-width: 1400px){
    .id-slider-textbox{
        left: 35%;
    }
}

@media screen and (max-width: 1200px){
    .id-slider-textbox{
        left: 25%;
    }
}


@media screen and (max-width: 1024px){
    .id-slider-textbox{
        left: 50%;
        transform:translate(-50%,-50%);
    }
}


@media screen and (max-width: 768px){
    .id-slider-textbox{
        left: auto;
        transform:none;
        position:relative;
        top: auto;
        right: auto;
        margin: 15px auto 0 auto;
        max-width: 95%;
    }

    .id-slider-item, .id-slider-image{
        max-height: 60%;
        width: 100%;
    }

    .id-slider-item{
        padding-bottom: 30px;
    }

    .id-slider-tb-header{
        font-size: 1.875rem;
    }

    .frame-image-belt{
        margin-top: 0 !important;
    }

    .top-slider{
        border-bottom: none !important;
    }
}