body {
  /*background-color: #000000 !important;*/
  background-image: url('https://kseblobstorage.blob.core.windows.net/sitefiles/DN-Blank-Slate/DN_2025_PLAYOFFS_2200.jpg')!important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.ply-hub {
  overflow-x: hidden;
  width: 75%;
  background-color: #ffffff !important;
  /*background: rgba(255, 255, 255, 0.9);*/
  margin: auto;
  padding: 10px 10px 20px 10px;
  border-left: 1px solid #0e2240;
  border-right: 1px solid #0e2240;
}
.MSect {
    background-color: #0e2240;
    overflow-x: hidden;
    padding-top: 45px;
    padding-bottom: 45px;
}
.Mobile h3 {
    font-size: 6vw;
    font-weight: 700;
    font-family: Oswald;
    color: #fff;
}
.Mobile p {
    font-size: 1.2rem;
    font-weight: 200;
    font-family: Oswald;
    color: #fff;
}
.ply-hub p {
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ply-hub h2 {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 20px;
}
.ply-buttons {
  padding: 20px;
}
.ply-buttonsEV-A {
  padding-top: 20px;
}
.sect-headers {
  width: 100%;
  margin: auto;
  /*padding-top: 30px;
  padding-bottom: 30px;*/
  padding: 0 10px 0;
}
.sections {
  margin: auto;
  padding: 20px 10px 0 10px;
}
.spacer {
  margin: 60px;
}
.headmobile {
  padding: 20px 20px 20px;
}
.cntdwn {
  background-color: #000;
  margin: 20px 20px 0;
}
.cntdwn h2 {
  color: #ffc72c;
  font-size: 2vw;
  font-style: italic;
  padding-top: 0;
  font-weight: 500;
}
.displayad {
  margin: auto;
  width: 76%;
  padding-top: 60px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}
.btn-info {
    --bs-btn-color: #0e2240;
    --bs-btn-bg: #fec524;
    --bs-btn-border-color: #fec524;
    --bs-btn-hover-color: #0e2240;
    --bs-btn-hover-bg: #fec524;
    --bs-btn-hover-border-color: #fec524;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fec524;
    --bs-btn-active-border-color: #fec524;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fec524;
    --bs-btn-disabled-border-color: #fec524;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-border-radius: 0;
    font-family: Oswald;
    text-decoration: none !important;
}

#slider-section {
height: 205px;
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
margin-right: 20px;
margin-left: 20px;
}

.container {
width: 1600px;
margin: auto;
}

.subcontainer {
width: 96%;
margin: auto;
}

.slider-wrapper{
position: relative;
}

.previous,
.next {
/*padding: 79px 10px 79px 10px;*/
height: 188px;
width: 35px;
cursor: pointer;
/*border-radius: 50%;*/
outline: none;
transition: 0.7s ease-in-out;
border: 1px solid #f5f5f5;
background-color: #000000;
/*box-shadow: 0 0 5px #bbb;*/
position: absolute;
top: 18px;
}

.previous {
right: 100%;
}

.next {
right: 0;
left: 100%;
}

/*.previous:hover,
.next:hover {
border: 3px solid gray;
}*/

#controls i {
color: #ffffff;
font-size: 1rem;
}

.tns-nav {
text-align: right;
display: none;
}

.tns-nav button {
border: none;
padding: 8px;
border-radius: 50%;
background-color: white;
margin-left: 15px;
}

.tns-nav .tns-nav-active {
background-color: gray;
}

/* DYNAMIC HTML */

.slide{
width: auto;
height: fit-content;
}

.slide img {
height: 186px;
}

@media(max-width:1600px) {
.container {
  width: 100%;
 }
}
@media only screen and (max-width: 992px) {
.ply-hub {
  width: 100%;
  padding: 0 0 20px 0;
  background-color: #ffffff;
  border-left: 0;
  border-right: 0;

 }
}
@media(max-width:768px) {
#slider-section {
  height: 190px;
}
.slider-wrapper{
  /*padding-left: 7px;*/
}
.subcontainer {
  width: 86%;
  margin: auto;
}
.slide img {
  height: 140px;
}
.previous,
.next {
  height: 143px;
  top: 11%;
 }
 .mob {
   padding-bottom: 20px;
 }
 .cntdwn {
   margin: 0 0 0;
 }
 .cntdwn h2 {
   font-size: 2rem;
   text-align: center;
 }
}
@media(max-width:576px) {
  .spacer {
    margin: 50px;
  }
  .headmobile {
    padding: 0 0 20px;
  }
}
