.swiper {
    width: 100%;
    height: 100%;
    padding: 0px 40px;
    margin: 15px 0px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 6px;
    box-shadow: 1px 1px 5px 1px rgba(216, 216, 216, 0.574);
    position: relative;
  }
  .swiper-wrapper {
    padding: 7px;
  }
  .swiper-slide img , .swiper-slide video {
    display: block;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 24px
  }
  .swiper-button-next, .swiper-button-prev {
      background-color: #fff;
      height: 100%;
      top: 0px;
      margin: 0px;
      padding: 0px 16px;
  }
  .swiper-button-next {
      left: 0px !important;
     
  }
  .swiper-button-prev {
      right: 0px !important;
  }
  .expand_modal_icon {
      font-size: 30px;
      z-index: 11;
      color: #fff;
      background-color: #cfcece85;
      width: 100%;
      height: 100%;
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      align-items: center;
      justify-content: center;
  }
  .swiper-slide:hover .expand_modal_icon {
      display: flex;
  }
  .image_modal {
      padding: 0px;
  }
  .image_modal .modal-dialog {
      width: 100%;
      margin: 0px;
      height: 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.712)
  }
  .image_modal .modal-content {
      background-color: transparent;
      height: 100% !important;
      position: relative;
      height: max-content;
      max-height: 100%;
      width: max-content;
      max-width: 100%;
      border: 0px;
  }
  .image_modal .modal-header {
      border-bottom: 0px;
      border-bottom: 0px;
      position: absolute;
      top: 17px;
      z-index: 12;
      left: 17px;
  }

  .image_modal .modal-header button {
      font-size: 20px;
      background-color: #fff;
  }
  #modalImage , #modalVideo{
      width: auto;
      height: auto;
      max-height: 90%;
      max-width: 100%;
  }
  .modal-swiper{
    margin: 0;
  }
  .modal-swiper .swiper-button-next, .swiper-button-prev{
    height: fit-content;
    top: 50%;
    background: none;
  }
  .modal-swiper .swiper-wrapper{
    align-items: center;
  }
  .modal-swiper .swiper-slide{
    height: 90%;
    width: 100% !important;
    background: none;
    box-shadow: none;
  }