.snapsea__gallery__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 99999999;
  display:flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.snapsea__gallery__outer-row {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.snapsea__gallery {
  width: 100%;
}

.snapsea__gallery__inner-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 250px;
  padding: 0px 10px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.snapsea__gallery__img {
  object-fit: cover;

}

.snapsea__gallery__img:hover {
  opacity: 0.7;
}

.snapsea__gallery__img-wrapper {
  position: relative;
  margin: 0 5px;
}

.snapsea__gallery__img-header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  z-index: 2;
}

.isHover > .snapsea__gallery__img-header {
  background-color: #242d5d;
}


iframe[id^='snapseaSingleEmbed']{
  border: none;
}