    .shelter-slider img{
        border-radius: 20px;
        max-width: 1126px;
        max-height: 550px;
    }

    .img-gradient {
        position:relative;
    }

    .shelter-slider picture::after {
        content: '';
        position: absolute;
        left: 0; top: 0;
        width: 100%; height: 100%;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(0,0,0,0.29) 0%, rgba(0,0,0,0) 100%);
    }

    .shelter-slider{
        /*box-shadow: 0px 3px 50px #6A6A6A29;*/
        box-shadow: rgba(17, 12, 46, 0.15) 0px 20px 20px 0px;
        border: 7px solid #FFFFFF;
        border-radius: 25px;
        width:fit-content;
        margin-top: -380px;
    }


    .rslides_tabs li.rslides_here a {
        background: white;
        border: 1px solid white;
    }

    .rslides_tabs li a {
        background: transparent;
        border: 1px solid white;
        border-radius: 30px;
        display: inline-block;
        height: 10px;
        margin-right: 2px;
        overflow: hidden;
        text-indent: -9999px;
        width: 10px;
    }

    .ccm-image-slider-text{
        position: absolute;
        right: 55%;
        bottom: 3rem;
        left: 6%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        z-index: 21;
    }

    .rslides_tabs {
        position: absolute;
        right: 15%;
        bottom: 0rem;
        left: 6%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        z-index: 20;
    }

    .title-yellow {
        font-family: 'Nunito Sans', sans-serif;
        color: #fad200;
        font-size: 45px;
        font-weight: 700;
    }
  
    .title-white {
        font-family: 'Nunito Sans', sans-serif;
        color: #fff;
        font-size: 45px;
        font-weight: 700;
    }

    .btn-yellow {
       
        border: 3px solid transparent;
        border-radius: 0.25rem;
        color: #212529;
        cursor: pointer;
        display: inline-block;
        line-height: 1.5;

        text-align: center;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;

        font-family: 'Nunito Sans', sans-serif;
        background-color: #fad200 ;
        border-color: #fad200 ;
        font-weight: 700 ;
        font-size: 18px ;
        padding: 1em 1.5em ;
        text-transform: uppercase;
        
    }

    .btn-yellow:hover{
        border: 3px solid white;
        color: #212529;
    }

    @media screen and (max-width: 1024px) {
        .shelter-slider{
            margin-top: -420px !important;
        }
        .rslides_tabs {
            padding-top: .25rem !important;
            padding-bottom: 0rem !important;
        }
        .ccm-image-slider-text{
            right: 55% !important;;
            bottom: 3rem !important;;
            left: 6% !important;;
            padding-top: 1.25rem !important;;
            padding-bottom: 1.25rem !important;;
        }

        .btn-yellow {
            font-size: 18px !important;
            padding: .8em 1em !important;
        }

        .title-yellow, .title-white{
            font-size: 32px !important;
        }
    }

    @media screen and (max-width: 991px) {

        .ccm-image-slider-text{
            right: 55% !important;;
            bottom: 3rem !important;;
            left: 6% !important;;
            padding-top: 1.25rem !important;;
            padding-bottom: 1.25rem !important;;
        }

        .title-yellow, .title-white{
            font-size: 25px !important;
        }

        .btn-yellow {

            font-size: 14px !important;
            padding: .8em 1em !important;
        }

        .shelter-slider{
            margin-top: -230px !important;
        }

    }

    @media screen and (max-width: 767px) {

        .ccm-image-slider-text{
            right: 55% !important;
            bottom: 1rem !important;
            left: 6% !important;
            padding-top: 1.25rem !important;
            padding-bottom: 0.65rem !important;
        }

        .title-yellow, .title-white{
            font-size: 20px !important;
        }

        .btn-yellow {
            font-size: 14px !important;
            padding: .8em 1em !important;
        }

        .rslides_tabs {
            bottom: 0rem;
            left: 6%;
            padding-top: .25rem !important;
            padding-bottom: 0rem !important;
            z-index: 20;
        }

        .shelter-slider{
            margin-top: -185px !important;;
        }

    }

    @media screen and (max-width: 490px) {

        p{
            margin-bottom: 0.2rem !important;
        }

        .title-yellow, .title-white{
            font-size: 16px !important;
            
        }

        .btn-yellow {
            font-size: 12px !important;
            padding: 0.6em 0.8em !important;
        }

        .ccm-image-slider-text{
            right: 48% !important;
            padding-bottom: 0.8rem !important;
            bottom: 0.8rem !important;
            line-height: 1.4rem !important;
        }

        .rslides_tabs {
            bottom: -1rem !important;
        }

        .shelter-slider{
            margin-top: -145px !important;;
        }
    }