ul, ol {
    list-style: none;
}

.slideshow {
    width: 100%;
    position: relative; 
    /*border-bottom: #e8491d 3px solid;*/
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 1%;
    overflow: hidden;

}

.slider {
    margin-bottom: 30px;
}

.slider li, ul {
    width: 100%;

}

.slider img {
    padding: 0;
    width: 110%;
    margin-left: -32px; 
}

/* .slider li img {
    width: 100%;
    margin-bottom: 1%;

} */

.slider .caption {
    position: absolute;
    width: 90%;
    height: 50%;
    top: 30%;
    left: 5%;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 1; 
    
}

.pagination {
    display: none;
    
}

.pagination li {
    display: none;
    
}

/*--------------------------------------------*/
.slider .caption h1 {
    font-family: 'BebasNeue', sans-serif; 
    font-size: 30px;
}

.slider .caption p {
    display: none;
    margin-top: 10px;
    font-size: 15px;
}

.left, .right {
    position: absolute;
    top: 40%;
    height: 20%;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
    cursor: pointer;
    z-index: 2;

}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

/*======*/

@media only screen and (max-width: 530px) and (min-width:480px) {
    .pagination {
        display: block;
        position: absolute;
        top: 89%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .pagination li {
        display: block;
        font-size: 17px;
        margin: 2px 2px;
        color: grey;
        cursor: pointer;
     
    }

    .slider .caption h1 {
        font-size: 35px;
    }

    .left, .right {
        font-size: 25px;
     }

    .left {
        left: 5px;
    }

    .right {
        right: 5px;
    }
}


@media only screen and (max-width: 650px) and (min-width:531px) {
    .pagination {
        display: block;
        position: absolute;
        top: 91%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pagination li {
        display: block;
        font-size: 17px;
        margin: 2px 2px;
        color: grey;
        cursor: pointer;
     
    }

    .slider .caption h1 {
        font-size: 35px;
    }

    .left, .right {
        font-size: 25px;
     }

    .left {
        left: 5px;
    }

    .right {
        right: 5px;
    }
}

@media only screen and (max-width: 790px) and (min-width:651px) {

    .pagination {
        display: block;
        position: absolute;
        top: 93%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .pagination li {
        display: block;
        font-size: 17px;
        margin: 2px 2px;
        color: grey;
        cursor: pointer;
     
    }

    .slider .caption h1 {
        font-size: 50px;
    }

    .slider .caption p {
        display: block;
        font-family: sans-serif;
        font-size: 25px;
    }

    .left, .right {
        font-size: 30px;
     }

    .left {
        left: 5px;
    }

    .right {
        right: 5px;
    }
}


@media only screen and (max-width: 1024px) and (min-width:791px) {

    .pagination {
        display: block;
        position: absolute;
        top: 94%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .pagination li {
        display: block;
        font-size: 17px;
        margin: 2px 2px;
        color: grey;
        cursor: pointer;
        

     
    }

    .slider .caption h1 {
        font-size: 50px;
    }

    .slider .caption p {
        display: block;
        font-family: sans-serif;
        font-size: 25px;
    }

    .left, .right {
        font-size: 30px;
     }

    .left {
        left: 5px;
    }

    .right {
        right: 5px;
    }
}


@media only screen and (max-width: 1800px) and (min-width:1025px) {

    .pagination {
        display: block;
        position: absolute;
        top: 95%; /* 93 */
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .pagination li {
        display: block;
        font-size: 17px;
        margin: 2px 2px;
        color: grey;
        cursor: pointer;
    }
    .slider .caption h1 {
        font-size: 50px;
    }

    .slider .caption p {
        display: block;
        font-size: 25px;
    }

    .slider img {
        padding: 0;
        width: 100%;
        margin-left: -15px; 
    }
    

    .left, .right {
        font-size: 35px;
     }

    .left {
        left: 5px;
    }

    .right {
        right: 5px;
    }
}



/*----------------------------*/
