.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.5rem !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" fill="gray" viewBox="0 0 8 8"><path d="M5.25 0L1 4l4.25 4 .75-.75L2.5 4l3.5-3.25z"/></svg>');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" fill="gray" viewBox="0 0 8 8"><path d="M2.75 8L7 4 2.75 0 2 0.75 5.5 4 2 7.25z"/></svg>');
}
