body { letter-spacing:1px; font-size:18px !important; }
.hidden { visibility:hidden; display:none; }
.mk-video-mask { z-index:9999; background-image: url("http://www.islandgrowncannabis.com/wp-content/uploads/2019/01/mask-effect.png";}
.vertical-align {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}


/*************************************
 * Basic lightbox styles. Notice the
 * default 'display' is 'none'.
 */

.lightbox {
  /** Hide the lightbox */
  display: none;

  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0,0,0,0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Show lightbox when it is target */
  display: block;

  /** Remove default browser outline style */
  outline: none;
}