/**
 * rec.reviews
 *
 * @author    Presta-Module.com <support@presta-module.com> - https://www.presta-module.com
 * @copyright Presta-Module - https://www.presta-module.com
 * @license   see file: LICENSE.txt
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 */
#pvr .pm_video_widget {
  bottom: 50%;
  right: 0;
  position: fixed;
  z-index: 9999;
  height: 450px;
  width: 450px;
}
#pvr .stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 300px;
  transform: translateY(100%);
  animation: fade-in-up 0.25s ease forwards;
  box-shadow: 0 0.3vh 0.3vh rgba(0, 0, 0, 0.25);
  cursor: grab;
  z-index: 998;
}
#pvr .pvr-close {
  position: absolute;
  float: right;
  background: black;
  color: white;
  height: 25px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #pvr .stuck {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #pvr .stuck {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #pvr .stuck {
    width: 200px;
    height: 200px;
  }
}
