.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
body.modal-open {
  overflow: hidden;
}
.modal-content {
  position: relative;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 960px;
}
.modal-content .close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: 0px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filter-button.active {
  background-color: #000;
  color: #fff;
}

.nectar-button {
  margin-right: 6px !important;
}

.section-popup-experiences .modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0px;
    width: 100%;
    max-width: 80% !important;
    border-radius: 0px !important;
    overflow-y: auto;
}

.section-popup-experiences #modal-body {
    padding: 3px !important;
    padding-top: 30px !important;
}

.section-popup-experiences .close {
    position: relative;
    font-size: 30px;
    float: right;
    top: 0px !important;
    right: 20px;
    color: #f6366f !important;
}
