#video_popup_pro .vc_element-icon {
  background: none !important;
}

.video-popup-container {
  position: relative;
  display: inline-block;
}

.video-popup-link {
  cursor: pointer;
}

/*Magnific popup customizations*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-container:after {
  font-weight: 300 !important;
}

.video-popup-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.video-popup-button:hover {
  background-color: #0056b3;
}

.video-popup-image {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}

.video-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-popup-text {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

.video-popup-text:hover {
  color: #0056b3;
}

.video-popup-icon {
  cursor: pointer;
  font-size: 24px;
  color: #007bff;
}

.video-popup-icon:hover {
  color: #0056b3;
}

.video-popup-container .w-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  line-height: 3;
  width: 2.8em;
  padding-left: 0.2em;
  text-align: center;
  box-sizing: content-box;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.2s;
  font-size: 1.5rem;
  color: #fff;
  border: 4px solid #fff;
}

.video-popup-container .w-video-icon:after {
  content: "\f04b";
  font-family: fontawesome;
  font-weight: 900;
  vertical-align: top;
}
