body .zfcfsv-full-size-video {
  position: relative;
 /* overflow: hidden; */
  margin-top: 60px;
  z-index: 1;
}

body .zfcfsv-full-size-video .zfcfsv-video-wrapper {
  height: 0;
  /* inline value from video player in zf-toolbox */
  padding-top: 56.25%;
  position: relative;
}

body .zfcfsv-full-size-video .vjs-big-play-button {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none !important;
  padding: 0;
  margin: 0;
}

body .zfcfsv-full-size-video .vjs-big-play-button::before {
  height: 98px;
  width: 98px;
  top: calc(50% - 49px);
  left: calc(50% - 49px);
  border-radius: 50%;
  color: #00abe7;
  background: #fff;
  line-height: 98px;
  z-index: 3;
}

body .zfcfsv-full-size-video:hover .vjs-big-play-button::before, body .zfcfsv-full-size-video:active .vjs-big-play-button::before, body .zfcfsv-full-size-video:focus .vjs-big-play-button::before {
  background: #00abe7;
  color: #fff;
}

body .zfcsv-video-title-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  position: absolute;
  display: block;
  height: 30%;
  width: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 721px) {
  body .zfcsv-video-title-overlay {
    height: 23%;
  }
}

body .zfcsv-video-title-overlay-content {
  position: absolute;
  top: 0;
  margin-left: 40px;
  padding-top: 2%;
}

@media (max-width: 720px) {
  body .zfcsv-video-title-overlay-content {
    margin-left: 24px;
  }
}

body .zfcsv-video-title-overlay .zfcfsv-video-icon {
  font-size: 21px;
  padding-top: 2.5px;
  float: left;
  margin-left: 0px;
}

@media (min-width: 721px) {
  body .zfcsv-video-title-overlay .zfcfsv-video-icon {
    font-size: 40px;
  }
}

body .zfcsv-video-title-overlay .zfcfsv-video-title {
  font-size: 20px;
  line-height: 24px;
  padding-left: 0.7rem;
  float: left;
}

@media (min-width: 721px) {
  body .zfcsv-video-title-overlay .zfcfsv-video-title {
    font-size: 28px;
    line-height: 48px;
  }
}

body .zfcfsv-video-play .zfcsv-video-title-overlay {
  display: none;
}

body .zfcfsv-video-small-icon .vjs-big-play-button {
  font-size: 30px;
}

body .zfcfsv-video-small-icon .vjs-big-play-button:before {
  height: 60px;
  width: 60px;
  line-height: 63px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

@media (max-width: 720px) {
  body .zfcfsv-full-size-video .vjs-big-play-button {
    font-size: 30px;
  }
  body .zfcfsv-full-size-video .vjs-big-play-button:before {
    height: 60px;
    width: 60px;
    line-height: 63px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}

body .zfcfsv-video-wrapper-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.zfcfsv-image-copyright {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 20px;
}