@media (max-width: 768px) {
  #carouselBanner .carousel-item img {
    height: auto !important;
  }

  .pr-status {
    display: inline-block;
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 0 10px;
    text-transform: uppercase;
    overflow: hidden;
  }

  .am-img {
    height: auto;
  }

  #rightSidebar {
    display: none;
  }

  .section-highlight {
    position: relative;
    width: 100%;
    top: 20px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    padding: 5px 8px;
  }

  .overlay-virtual {
    padding: 20px 10px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

  .main-logo {
    max-height: 38px;
  }
}
