#page-top .container {
  max-width: 1200px;
  width: auto;
}

#myCarousel {
  width: 100%;
  height: 100%;
}

#myCarousel h4 a {
  font-size: 25px;
}

#myCarousel p {
  font-size: 20px;
}

.carousel-inner .item img {
  width: 760px;
  height: 560px;
  /* object-fit:scale-down(0.5); */
}

#myCarousel .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}

#myCarousel .list-group {
  position: absolute;
  top: 0;
  right: 0;
}

#myCarousel .list-group-item {
  border-radius: 0px;
  cursor: pointer;
  background-color: rgb(221, 61, 61);
}

#myCarousel .list-group {
  background-color: rgb(221, 61, 61);
}

@media (min-width: 992px) {
  #myCarousel {
    padding-right: 33.3333%;
  }

  #myCarousel .carousel-controls {
    display: none;
  }
}

@media (max-width: 991px) {

  .carousel-caption p,
  #myCarousel .list-group {
    display: none;
  }
}