﻿.class-hpMasrawyTvPanels {
    width: 100%;
    max-height: 330px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .class-hpMasrawyTvPanels {
        width: 100%;
        max-height: 360px;
        overflow: hidden;
    }
}

    .brand-new-container {
        margin: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .opinions, .crossMedia {
        margin: 0px;
        width: calc((100% - 40px) / 2);
    }


    /*==========================
    TV SECTION
==========================*/
    .showListing .showListing-tv {
        width: 100%;
    }

        .showListing .showListing-tv .showListing-tv-section {
            background-color: #000;
            padding: 40px 16px;
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .showListing .showListing-tv .showListing-tv-title {
            color: #fff;
            font-family: DroidKufiBold, arial;
            font-size: 26px;
        }

        .showListing .showListing-tv .showListing-options-wrapper {
            margin: 0 20%;
        }

    /* Large tablets / small laptops */
    @media (max-width: 1200px) {
        .showListing .showListing-tv .showListing-options-wrapper {
            margin: 0 15%;
        }
    }

    /* Tablets */
    @media (max-width: 992px) {
        .showListing .showListing-tv .showListing-options-wrapper {
            margin: 0 10%;
        }
    }

    /* Large phones */
    @media (max-width: 768px) {
        .class-hpMasrawyTvPanels {
            width: 100%;
            max-height: 485px;
            overflow: hidden;
        }

        .showListing .showListing-tv .showListing-options-wrapper {
            margin: 0 5%;
        }

        .brand-new-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px
        }

        .opinions, .crossMedia {
            margin: 0px;
            width: calc((100% - 40px));
        }
    }

    /* Small phones */
    @media (max-width: 576px) {
        .showListing .showListing-tv .showListing-options-wrapper {
            margin: 0;
        }

        .brand-new-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px
        }

        .opinions, .crossMedia {
            margin: 0px;
            width: calc((100% - 40px));
        }
    }

.showListing .all-videos-title .all-videos-button {
    display: inline-block;
    background: #E03322;
    padding: 6px 45px;
    color: #FFF;
    font-family: DroidKufiBold;
    font-size: 15px;
    text-decoration: none;
    margin-top:20px
}
