HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/public_html/nueva/modules/pmproductvideoreviews/views/scss/front/player.scss
/**
 * 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;
    }

    .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 rgb(0 0 0 / 25%);
        cursor: grab;
        z-index: 998;
    }

    .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) {
        .stuck {
            width: 200px;
            height: 200px;
        }
    }
    @media screen and (min-width: 577px) and (max-width: 768px) {
        .stuck {
            width: 200px;
            height: 200px;
        }
    }
    @media screen and (min-width: 769px) and (max-width: 992px) {
        .stuck {
            width: 200px;
            height: 200px;
        }
    }
}