  .spot {
    border: 1px solid #eee;
    min-height: 450px;
    margin-bottom: 3rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
@media (min-width: 960px){
.hero-md .carousel-inner {
    max-height: 10rem !important;
}}
@media (min-width: 1200px){
.hero-md .carousel-item img, .hero-md .carousel-item video {
    min-height: 10rem;
}}