body {
  /*background-color: #000000 !important;*/
  background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612743/2025/05/DN-25-background2.jpg')!important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.pick-em {
  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;
}
.pick-em p {
  font-family: Oswald;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pick-em h2 {
  font-family: Oswald;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 20px;
}
.pick-em ul {
  font-family: Oswald;
  font-size: 1.5rem;
  padding-left: 60px;
  list-style-type: disc;
}
.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 20px 0 20px;
}
.spacer {
  margin: 80px;
}
.headmobile {
  padding: 20px 20px 20px;
}
.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: #fff;
    --bs-btn-hover-bg: #8a2432;
    --bs-btn-hover-border-color: #8a2432;
    --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: 186px;
width: 35px;
cursor: pointer;
/*border-radius: 50%;*/
outline: none;
transition: 0.7s ease-in-out;
border: 1px solid #f5f5f5;
background-color: #f5f5f5;
/*box-shadow: 0 0 5px #bbb;*/
position: absolute;
top: 19px;
}

.previous {
right: 100%;
}

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

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

#controls i {
color: #a9a9a9;
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 {
width: 100%;
height: 186px;
}

@media(max-width:1600px) {
.container {
  width: 100%;
 }
}
@media only screen and (max-width: 992px) {
.pick-em {
  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 {
  width: 280px;
  height: 140px;
}
.previous,
.next {
  height: 140px;
  top: 11%;
 }
 .mob {
   padding-bottom: 20px;
 }
}
@media(max-width:576px) {
  .spacer {
    margin: 50px;
  }
  .headmobile {
    padding: 0 0 20px;
  }
}
