



section.content-tray .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
}

section.content-tray .slick-slider {
    margin-left: -8px;
    margin-right: -8px
}

/*
section.content-tray .slick-list {
    margin-left: -8px;
    margin-right: -8px;
    pointer-events: none;
}
*/

section.content-tray h2 {
    text-transform:uppercase;
}


section.content-tray heading h2 small a {
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}


/* Start Card */
section.content-tray .card {
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}


    section.content-tray .card .poster {
        display: block;
        position: relative;
        padding-bottom: calc(100% * 9 / 16);
        position: relative;
        width: 100%;
    }

            section.content-tray .card .poster > div {
                position: absolute;
                top: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
            }

                
                section.content-tray .card .poster > div.teams {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    section.content-tray .card .poster > div.teams .icons {
                        display: flex;
                        flex-direction: row;
                    }

                        section.content-tray .card .poster  > div.teams .icons > div img {
                            width: 64px;
                            height: 64px;
                        }

                        section.content-tray .card .poster > div.teams .icons > div.seperator {
                            width: 40px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            font-weight: bold;
                            opacity: 0.6;
                        }


        section.content-tray .card .poster .duration {
            position: absolute;
            bottom: 4px;
            right: 4px;
            background:rgba(0,0,0,0.9);
            font-size:12px;
            padding:5px 8px;
        }

    section.content-tray .body h3 {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    section.content-tray .card .body .meta {
        opacity: 0.5;
        font-size: 12px;
        color: #ffffff;
    }

        section.content-tray .card  a, section.content-tray .card a:hover, section.content-tray .card  a:visited, section.content-tray .card  a:active {
            color: #ffffff;
            text-decoration:none;
        }


    section.content-tray .card .body .meta span {
        display:block;
    }


section.content-tray .card .poster > div.play {
    background-color: rgba(255,255,255,0.075);
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='46'%3E%3Cpolygon fill='%23fff' stroke='%23fff' stroke-width='1' points='0,0 37,23 0,46'%3E%3C/polygon%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat:no-repeat;
}

section.content-tray .card:hover .poster > div.play {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;


}
/* End Card */


section.content-tray.content-tray-16x9 .arrows .slick-arrow {
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
}
section.content-tray.content-tray-16x9 .arrows .slick-arrow:hover {
    opacity:0.8;
}

    section.content-tray.content-tray-16x9 .arrows .slick-arrow.slick-prev, section.content-tray.content-tray-16x9 .arrows .slick-arrow.slick-next {
        left: 0;
        top: 0;
        transform: none;
    }

        section.content-tray.content-tray-16x9 .arrows .slick-arrow.slick-prev::before, section.content-tray.content-tray-16x9 .arrows .slick-arrow.slick-next::before
        {
            content:none;
        }

    section.content-tray.content-tray-16x9 .arrows .slick-arrow.slick-prev {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 30' width='15' height='30'%3E%3Cline x1='13' x2='2' y1='2' y2='15' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3Cline x1='2' x2='13' y1='15' y2='28' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");

        left: -15px;
    }

    section.content-tray.content-tray-16x9 .arrows .slick-arrow.slick-next {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 30' width='15' height='30'%3E%3Cline x1='2' x2='13' y1='2' y2='15' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3Cline x1='13' x2='2' y1='15' y2='28' stroke='%23fff' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
       
        right: -15px;
    }


section.content-tray heading{
    display:flex;
    flex-direction:row;
}

section.content-tray.reverse heading {
    display: flex;
    flex-direction: row-reverse;
}

section.content-tray heading h2 {
    margin:10px 0;
    flex-grow:1;
}

section.content-tray.reverse heading {
    text-align:right;
}

    section.content-tray heading .arrows {
        flex-grow: 0;
        display:flex;
        flex-direction:column;
        align-content:center;
        justify-content:center;

    }



    section.content-tray heading .arrows > div {
        display:block;
    }

section.content-tray .loading-spinner {
    height: 250px;
    background: url('/_public/lib/video-js/loading.gif') no-repeat center;
}
/* mobile */
@media only screen and (max-width:576px) {
    section .content-tray heading {
        flex-direction: column;
    
    }
    section.content-tray.reverse heading {
        flex-direction: column;
    }

    section.content-tray heading h2 {
        text-align:center;
    }
    section.content-tray.reverse heading h2 {
        text-align: center;
    }

    section.content-tray heading h2 small {
        display:block;
    }

    section.content-tray heading .arrows {
        display: none;
    }
}


