.card {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.173);
    color: white;
    border-color: rgb(248, 47, 47);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border-radius: 0;
}

.card-body {
    border-top: solid red;
}

.card-title {
    color: rgb(248, 47, 47);
}

.carousel-item {
    height: 35rem;
    position: relative;
}

.carousel-item img,
.carousel-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next{
    max-width: 6rem;
    background-color: rgba(0, 0, 0, 0.38) !important;
}
iframe {
    border: none;
}