/* =========================================================== */
/* 00. Droplet Lightbox
/* =========================================================== */
.droplet-lightbox-wrapper {
  position: relative;
}

.droplet-lightbox-poster {
  background-position: center center;
  background-repeat: no-repeat;
}

.droplet-lightbox-wrapper .droplet-lightbox-type-icon .droplet-icon i{
  font-size: 50px;
  width: auto;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.droplet-lightbox-wrapper .droplet-lightbox-type-icon .droplet-icon svg{
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}