*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.close {
    font-size: 1.5rem;
  }

  .col-12 img {
    opacity: 0.7;
    cursor: pointer;
    margin: 2rem;
    width: 100%;
    height: 200px;
    border-radius: 39px 0px;
  }
  .modal_images{
    height: 800px !important;
    width: 100%;
  }

  .col-12 img:hover {
    opacity: 1;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  @media (min-width: 1200px){
    .container {
        max-width: 1350px !important;
    }
}

.modal_images {
    height: 100%;
    
    display: block !important;
    margin: auto !important;
}

