#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#custCarousel .carousel-indicators>li {
    width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23feb900' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23feb900' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.detail-menu-image {
    height: 100px;
    overflow: hidden;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width:auto;
    max-height: 600px;
  }

  .myImg:hover {opacity: 0.7;}

  @media (max-width: 700px) {
    body {
        font-size: 15px !important;
    }
    .myImg {
        max-height: 500px;
        width: auto;
    }
    .modal-content {
        display: block;
        width: 100%;
    }
    .carousel-inner img {
        width: auto;

    }
    /* .img-fluid-ct-1 {
        height: 50px;
        width: 100%;
        overflow: hidden;
    } */
}

  /* The Modal (background) */
  .modal {
    z-index: 10; /* Sit on top */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    align-items: center;
    justify-content: center;
  }

  /* Modal Content (image) */

@media (min-width: 701px) {
    .modal-content {
        width: 80%;
      }
    /* .img-fluid-ct-1 {
        height: 80px;
        width: 100%;
        overflow: hidden;
    } */
}

@media (min-width: 1025px) {
    .modal-content {
        width: 80%;
    }
    .img-fluid-ct-1 {
        height: 80px;
        width: 100%;
        overflow: hidden;
    }
}

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 11;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

@media (max-width: 360px) and  (min-width: 50px) {
    .img-fluid-ct-1 {
        height: 20px;
        width: 100%;
        overflow: hidden;
    }
    .carousel-indicators {
        margin-left: 5px;
        margin-right: 5px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: 2px
    }
}

@media (max-width: 576px) and  (min-width: 361px) {
    .img-fluid-ct-1 {
        height: 30px;
        width: 100%;
        overflow: hidden;
    }
    .carousel-indicators {
        margin-left: 0px;
        margin-right: 0px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: 3px
    }
}

@media (max-width: 768px) and (min-width: 577px) {
    .img-fluid-ct-1 {
        height: 40px;
        width: 100%;
        overflow: hidden;
    }
    .carousel-indicators {
        margin-left: 0px;
        margin-right: 0px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: 5px
    }
}

@media (max-width: 992px) and  (min-width: 769px) {
    .img-fluid-ct-1 {
        height: 45px;
        width: 100%;
        overflow: hidden;
    }
    .carousel-indicators {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 993px) {
    .img-fluid-ct-1 {
        height: 45px;
        width: 100%;
        overflow: hidden;
    }
}

.carousel-indicators li {
    margin: 0px;
    padding: 0px;
}
