/* ==========================
Begin - News Rotator
=============================*/
.bs-carousel { position:relative }
.bs-carousel .carousel-control-pause {   
    position: absolute;
    top: 75%;
    bottom: 0;
    right:0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.bs-carousel a.play-btn:not(.btn) { color:var(--newsrotator-linkcolor, var(--global-linkcolor)); }
.bs-carousel a.play-btn:not(.btn):hover,
.bs-carousel a.play-btn:not(.btn):focus,
.bs-carousel a.play-btn:not(.btn):active{ color:var(--global-linkhovercolor); }

/*STYLE 1*/
.bs-carousel.style1 .carousel-item {
    height: 100vh;
    min-height: 350px;
    padding-top:70px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bs-carousel.style1 .carousel-item:before {
    position:absolute;
    top:50%;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
    content:"";
}
.bs-carousel.style1 .carousel-item .title {
    font-size:2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.bs-carousel.style1 .carousel-item .text-shadow{
    text-shadow:0.1rem 0.1rem 0.1rem rgba(0,0,0,0.8);
}

/*STYLE 2*/
.bs-carousel.style2 .slider-text{
    position:relative;
    z-index:0;
    /* height: calc(100vh - 70px); */
    padding:0;
}

.bs-carousel.style2 .blur:before{
    position:absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
    background: linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
    content:"";
}
.bs-carousel.style2 .blur{
    backdrop-filter: blur(15px);
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.bs-carousel.style2 .carousel-item {
    /* height: 100vh;
    min-height: 400px; */
    position:relative;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bs-carousel.style2 .carousel-item:before {
    position:absolute;
    top:50%;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
    content:"";
}
.bs-carousel.style2 .carousel-item .text-shadow{
    text-shadow:0.1rem 0.1rem 0.1rem rgba(0,0,0,0.8);
}
.bs-carousel.style2 .carousel-control-next, .bs-carousel.style2 .carousel-control-prev, .bs-carousel.style2 .carousel-control-pause {
    width:3rem;
}
/* Pause button css added for baseline theme */
.carousel-play-pause-outer { position: relative; }
.carousel-play-pause-outer a.carousel-control-pause { position: absolute; bottom: 1.25rem; right: 1.25rem; z-index: 2; opacity: .5; }

.bs-carousel.style2 .slider-container{ padding: 0 1rem; }

.bs-carousel.style2 .slider-text {
    /*
    min-height:100vh;
    max-height:100vh;
    */
    padding:100px 0;
}

.bs-carousel.style2 .slider-text img{
    /* max-height:70vh; 
    max-height:100%; */
}

.bs-carousel.style2 .slider-text .title {
    font-size:2rem;
    font-weight: 300;
    line-height: 1.2;
}

.bs-carousel.style2 .media-box .player-wrapper { position:absolute; top:0; bottom: 0; right:0; left:0; z-index:102; padding: 0; } 

.bs-carousel.style2 .stats-box {
    position:absolute;
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
}
.bs-carousel .stats-box { background: rgba(0,0,0,0.5); }
.bs-carousel .stats-box .linescore .linebox { display:none; }
.bs-carousel.style2 .stats-box .linescore .gamebox .scorebox-teams { margin-bottom:0 !important; }
.bs-carousel .stats-box .linescore .gamebox .scorebox-teams .border,
.bs-carousel .stats-box .linescore .gamebox .scorebox-teams .team-score-and-name.border-right { border-color:rgba(256,256,256,0.25) !important; }
.bs-carousel .stats-box .linescore .gamebox .scorebox-teams .scorebox .score-value.bg-light { background:transparent !important; }
.bs-carousel .stats-box .linescore .gamebox .scorebox-teams .scorebox .team-information .team-record.text-muted { color:#fff !important; }

@media only screen and (min-width:576px) {

}
@media only screen and (min-width:768px) {
    /*
    .bs-carousel.style2 .carousel-item {
        height: 100vh;
    }
    .bs-carousel.style2 .slider-text{
        height: calc(100vh - 70px);
    }
    .bs-carousel.style2 .slider-text {
        min-height:100vh;
        max-height:100vh;
    }
    */
}
@media only screen and (min-width:992px) {
    .bs-carousel.style2 .slider-text .title { font-size:2.3rem; }
    .bs-carousel.style2 .slider-container{ padding: 0 2rem; }
    
    .bs-carousel.style2 .carousel-control-next, .bs-carousel.style2 .carousel-control-prev, .bs-carousel.style2 .carousel-control-pause {
        width:5rem;
    }
    .carousel-play-pause-outer a.carousel-control-pause { bottom: 2.25rem; right: 2.25rem; }
    
}
@media only screen and (min-width:1200px) {
    .bs-carousel.style2 .slider-text .title { font-size:2.5rem; }
    .bs-carousel.style2 .slider-container{ padding: 0 2rem; }
    
}