/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2023
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2023 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../../images/ - relative to this CSS file.
 */


/*
* jQuery UI specific styling
*/

#fmm_product_videos {
    width: 100%;
    /*margin-top: 20px;*/
}

/*#fmm_product_videos ul li {
    margin-right: 5%;
    text-align: center
}*/

#fmm_product_videos ul li .thumbnail {
    position: relative;
    padding: 0
}

#fmm_product_videos ul li .thumbnail .view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url(../img/trans_hover.png) repeat;*/
    display: none
}

#fmm_product_videos ul li .thumbnail .views {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 100px;
}

#fmm_product_videos ul li .thumbnail:hover > .view {
    display: block
}

#fmm_product_videos ul li a {
    color: #ffffff;
}

#fmm_product_videos ul li img {
    max-width: 100%
}

/*#fmm_product_videos.fmm_palylist_on ul li {
    display: inline-block;
    width: 17%;
    margin-right: 2%;
    margin-bottom: 3%
}*/

.view_auto_correct a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(../img/play_icon.png) no-repeat center;*/
}

#fmm_product_videos ul li .thumbnail .view_auto_correct {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url(../img/trans_hover.png) repeat;
    display: none*/
}

#fmm_product_videos ul li .thumbnail:hover > .view_auto_correct {
    display: block
}

#fmm_product_videos ul #fmm-desc-prod {
    display: inline flow-root list-item !important;
    margin: 0% !important;
}

#fmm-video-thumb-setting {
    width: 100%;
    height: 40px;
}

#fmm_product_videos ul li .video .fmm-views {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#fmm_product_videos ul li #fmm-img-thumbnail {
    max-width: 100%;
    height: 245px;
}

#fmm-thumbnail {
    border: none;
}

/* Specific */
#fmm_product_videos ul li .thumbnail .view_auto_correct {
    display: block;
    background: rgba(0, 0, 0, .3);
    transition: background 200ms ease;
}

#fmm_product_videos ul li .thumbnail .view_auto_correct:hover {
    background: rgba(0, 0, 0, .5);
}

#fmm_product_videos ul li .thumbnail .view_auto_correct a {
    background-image: url(../img/play_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.625rem;
    transition: background-size 200ms ease;
}

#fmm_product_videos ul li .thumbnail .view_auto_correct a:hover {
    background-size: 2.875rem;
}

#fmm_product_videos ul li .thumbnail {
    border-radius: 1.25rem;
    overflow: hidden;
}

#fmm_product_videos ul li .thumbnail > a {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56%;
    display: block;
}

#fmm_product_videos ul li .thumbnail > a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.tab-pane.tab-pane--productvideos {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    .tab-pane.tab-pane--productvideos {
        width: calc(100vw - var(--scrollbar-width));
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: calc(-50vw + (var(--scrollbar-width) * .5));
        margin-right: calc(-50vw + (var(--scrollbar-width) * .5));
        background-color: var(--primary);
        background-image: url('../../../../assets/img/celestial-light-horizontal-5.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        text-align: center;
        color: #ffffff;
        mask-image: url(../../../../assets/img/rounded-sep-bottom.svg);
        mask-repeat: no-repeat;
        mask-position: bottom;
        mask-size: cover;
        margin-bottom: -2.1875rem;
    }
}

.tab-pane.tab-pane--productvideos:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.75rem;
    pointer-events: none;
    background-image: url('../../../../assets/img/slope-sep-top.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .tab-pane.tab-pane--productvideos:before {
        display: block;
    }
}

@media (min-width: 768px) {
    .tab-pane.tab-pane--productvideos .tab-pane__wrapper {
        width: 100%;
        padding-right: .9375rem;
        padding-left: .9375rem;
        margin-right: auto;
        margin-left: auto;
        padding-top: 4.6875rem;
        padding-bottom: 4.0625rem;
    }
}

@media (min-width: 1200px) {
    .tab-pane.tab-pane--productvideos .tab-pane__wrapper {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .tab-pane.tab-pane--productvideos .tab-pane__wrapper {
        max-width: 1530px;
    }
}

.tab-pane.tab-pane--productvideos .tab-pane__wrapper:before,
.tab-pane.tab-pane--productvideos .tab-pane__wrapper:after {
    content: "";
    display: none;
    position: absolute;
    width: 7.875rem;
    height: 9.75rem;
    background-image: url('../../../../assets/img/group-stars.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

@media (min-width: 768px) {
    .tab-pane.tab-pane--productvideos .tab-pane__wrapper:before,
    .tab-pane.tab-pane--productvideos .tab-pane__wrapper:after {
        display: block;
    }
}

.tab-pane.tab-pane--productvideos .tab-pane__wrapper:before {
    top: 1.5625rem;
    right: -1.4375rem;
}

.tab-pane.tab-pane--productvideos .tab-pane__wrapper:after {
    bottom: 5.125rem;
    left: -1.4375rem;
    transform: scale(-1);
}

.tab-pane.tab-pane--productvideos .tab-pane-title {
    margin-bottom: 2rem;
    color: #ffffff;
}