  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #402E32f2;
    align-items: center;
  }
  
  /* Modal Content */
  .modal-content {
    height: 100vh;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: absolute;
    margin: 50vh 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 768px;
    max-height: 1024px;
    
  }
  .modal-content img{
    width: 100%;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /* The Close Button */
  .close {
    color: #D9A95C70!important;
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 50px!important;
    font-weight: bold;
    z-index: 100;
    opacity: 1!important;
    
  }
  
  .close:hover,
  .close:focus {
    color: #D9A95C!important;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    /* transition: 0.6s ease; */
    transition: 0.3s ease;
    border-radius: 30px 30px 30px 30px;
    background-color: #402e32;
    margin: 0px 5px 0px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    /* margin-right: 5px; */
    right: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    text-decoration: none;
    background-color: #D9A95Ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  /* Number text (1/3 etc) */
  /* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  } */
  
  /* Caption text */
  /* .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  } */
  
  /* img.demo {
    opacity: 0.6;
  } */
  
  /* .active,
  .demo:hover {
    opacity: 1;
  } */
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
