.carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: white !important;
    border-radius: 5px;
}

.carousel-max-image img {
    max-height: 70vh;
    width: 100%;
    object-fit:cover;
}

.card-img-container img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel .carousel-control-prev-icon {
    filter: brightness(100%), opacity(1.0) !important;
}

.carousel .carousel-control-next-icon {
    filter: brightness(100%), opacity(1.0) !important;
}

.show-if-thin {
    display: none;
}

@media only screen and (max-width: 575px) {
    .show-if-thin {
        display: block;
    }
    
    .hide-if-thin {
        display: none;
    }
}

#mobile-hack-info {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

h2.show-if-thin {
    text-align: center;
}