/* Lightbox Overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

/* Lightbox Content */
.lightbox-content {
  position: relative;
  margin: 10% auto;
  width: 80%;
  max-width: 900px;
}

@media only screen and (max-width: 789px){
    .lightbox-content {
  margin: 30% auto;
}
	.video-btn {
  font-size: 14px!important;
   font-weight: 800!important;
}
}

/* Close Button */
.close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.video-btn svg{
	width: 15px; 
	height: 15px;
	fill: #fe0100;
}

.video-btn {
  display: inline-flex;
  color: #e63946!important;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.video-btn:hover {
  color: var(--accent)!important;
}

.video-btn:hover svg {
    Fill: var(--accent);
}
