
      @media (max-width: 768px) {
        .card-header h4 {
            font-size: 14px;
            }
            #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: 160px;
              }

              #rightSidebar{
                  display: none;
              }

              .section-highlight {
                position: relative;
                width: 100%;
                top: 0;
                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;
}

      }