video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel {
  margin-bottom: 1rem;
}

.carousel-inner {
  background-color: #000;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 96px;
  height: 96px;
}

.carousel-control-next-icon {
  background-image: url(/wp-content/themes/gen-bbq/images/right_arrow.png);

}

.carousel-control-prev-icon {
  background-image: url(/wp-content/themes/gen-bbq/images/left_arrow.png);
}

#ordernow {
  font-size: 1.5em;
  position: absolute;
  bottom: 1em;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 250px;
  padding: 1em 0;
  border-radius: 10px;
}
