﻿#section-video-popup a img {
  width: 100% !important;
  max-width: 700px !important;
}

.fancybox-video-hover {
  position: relative;
  height: 100%;
  display: inline-block;
  transition: all 0.3s;
}
.fancybox-video-hover img + img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.fancybox-video-hover:hover img + img {
  transition: all 0.3s;
  opacity: 1;
}

.fancybox-toolbar {
  top: calc(50% - 280px) !important;
  right: calc(50% - 420px) !important;
}

.fancybox-button {
  background: none !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/rapnet_core/Rapnet.Web/wwwroot/scss/video-block.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEQ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI%22%7D */