/* Basic Styling */

.thumbnail-container {
  display: block;
  /*display: inline-block;*/
  /*margin: 10px;*/
  cursor: pointer;
}

.thumbnail {
  /*max-width: 416px;*/
  max-width: 100%;
  /*width: 416px;*/
  height: auto;
  /*object-fit: cover;*/
  /*border: 1px solid #ccc;*/
}

/* Bootstrap Modal Adjustments (optional - customize as needed) */

.modal-dialog {
  max-width: 800px;
}

video {
  width: 100%;
  max-height: 600px;
}

