@media (max-width: 480px) {
    .banner-img {
        height: 252px;
        width: 448px;
    }

    .carousel-div {
        padding-left: 0%;
    }

    .carousel-div {
        padding-left: 0%!important;
    }

    .carousel {
        width: 100%!important;
    }
}

/* END OF MOBILE */

/* DESKTOP */
@media (min-width: 1025px) and (max-width: 1440px) {
    .card-row {
        width: 100%;
        padding: 25px;
    }
}



.carousel-indicators {
    bottom: -50px;

}

.carousel-indicators button {
    height: 50px;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-div {
    padding-left: 15%;
}

.carousel {
    background-color: #CCCCCC;
    width: 85%;
}

hr {
    border: none;
    height: 3px;
    background: black;
    margin-bottom: 1px;
}

.card {
    height: 95%;
    padding-left: 0px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: transparent;
    border: 1px solid gray;
    padding-right: 0px;
}

.card-body {
    text-align: center;
    padding: 15%;
    color: white;
    font-weight: 200;
    text-decoration: none;
}

.row a {
    text-decoration: none;
}

.card-title {
    font-weight: 300;
}

.card-row-header {
    color: white;
    padding: 2%;
}
