    /* .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .picture {
    width: 320px;
    height: 320px;
    overflow: hidden;
    
    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  
  .detail {
    padding: 25px 20px;
    font-weight: 600;
    text-align: center;
    
    h3 {
      margin: 0;
      font-size: 20px;
    }
    
    span {
      display: block;
      font-size: 16px;
      color: #f44336;
    }
  } */

  img{
    max-width: 100%;
  }
  .gallery{
    background-color: #ceced1;
    padding: 80px 0;
  }
  .gallery img{
    background-color: #c4c4c4;
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    cursor: pointer;
  }
  #gallery-modal .modal-img{
    width: 100%;
  }