.mini-video {
  position: fixed;
  bottom: 80px;
  left: 80px;
  height: 240px;
  width: 160px;
  border-radius: .5rem;
  background-image: url(../../images/mini-video/background.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
  cursor: pointer
}
.mini-video iframe {
  display: none
}
@media (max-width:766px) {
  .mini-video {
    bottom: 78px;
    left: 16px;
    height: 216px;
    width: 144px
  }
}
.mini-video:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,32,94,.08);
  content: "";
  display: block
}
.mini-video__play {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(-50%,-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  transform: translate(-50%,-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)
}
.mini-video__play svg {
  pointer-events: none;
  height: 100%;
  width: 100%;
  display: block;
  vertical-align: middle
}
.mini-video__close,
.mini-video__modal-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 10;
  height: 1.5rem;
  width: 1.5rem;
  color: grey
}
.mini-video__close svg,
.mini-video__modal-close svg {
  display: block;
  vertical-align: middle;
  pointer-events: none;
  height: 100%;
  width: 100%
}
.mini-video__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mini-video__modal iframe {
  display: block
}
@media (max-width:766px) {
  .mini-video__modal iframe {
    width: 100%;
    height: 217px
  }
}
@media (max-height:766px) {
  .mini-video__modal iframe {
    height: 217px
  }
}
.mini-video__backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(24,24,27,.98);
  opacity: 1;
  will-change: opacity;
  z-index: -1
}
.mini-video__iframe {
  position: relative
}
@media (max-width:766px) {
  .mini-video__iframe {
    width: 100%;
    padding: 15px
  }
}
.mini-video__modal-close {
  top: -2.5rem;
  right: 0;
  cursor: pointer
}
@media (max-width:766px) {
  .mini-video__modal-close {
    right: 1rem;
    top: -1.5rem
  }
}