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/battle.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 {
    .battle-left {
        width: 300px;
        margin-left: -30px;

        & > article {
            width: 240px;
            height: 240px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .battle-right {
        width: 300px;
        height: auto;
        margin-left: -44px;

        & > article {
            width: 240px;
            height: 240px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .reviews-item-content-battle {
        line-height: 5px;
        color: white;
        font-size: 11px;
    }

    .rating-star-yellow-battle {
        font-size: 11px;
        margin-top: 5px;
    }

    .icons-battle {
        font-size: 18px;
    }

    .reviews-title-battle {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        z-index: 1;
        position: absolute;
        height: 20%;
        width: 100%;
        bottom: 0px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        /* position the text in t’ middle*/
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .right-battle {
        margin-top: -5px;
    }
    .left-battle {
        margin-bottom: 5px;
    }

    @media screen and (min-width: 0px) and (max-width: 576px) {
        .reviews-title-battle {
            height: 20%;
            bottom: 5px;
        }

        .reviews-item-content-battle {
            line-height: 5px;
        }

        .battle-right {
            height: auto;
            width: 100%;
            margin-left: 0px;
            margin-bottom: 20px;
            & > article {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .battle-left {
            height: auto;
            width: 100%;
            margin-left: 0px;
            margin-bottom: 20px;
            & > article {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    @media screen and (min-width: 577px) and (max-width: 768px) {
        .reviews-title-battle {
            height: 24%;
            bottom: 5px;
        }

        .right-battle {
            font-size: 8px;
        }

        .battle-right {
            width: 50%;
            height: auto;
            margin-left: 0px;
            margin-bottom: 20px;

            & > article {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .battle-left {
            height: auto;
            width: 50%;
            margin-left: 0px;
            margin-bottom: 20px;

            & > article {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
    @media screen and (min-width: 769px) and (max-width: 992px) {
        .battle-right {
            height: auto;
            width: 50%;
            margin-left: 0px;
            margin-bottom: 20px;

            & > article {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .battle-left {
            height: auto;
            width: 50%;
            margin-left: 0px;
            margin-bottom: 20px;

            & > article {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .reviews-title-battle {
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            z-index: 1;
            position: absolute;
            height: 18%;
            width: 100%;
            bottom: 5px;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            align-items: center;
            justify-content: center;
            padding-top: 15px;
            padding-bottom: 5px;
        }
    }
    @media screen and (min-width: 993px) and (max-width: 1200px) {
        .battle-right {
            width: 283px;
            height: auto;
            margin-left: -44px;
        }

        .reviews-title-battle {
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            z-index: 1;
            position: absolute;
            height: 20% !important;
            width: 100%;
            bottom: 0px;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            /* position the text in t’ middle*/
            align-items: center;
            justify-content: center;
            padding-top: 10px;
            padding-bottom: 5px;
        }
    }
}