#xhp-video-tray {
	padding: 0px;
}
#xhp-video-tray .app, #xhp-video-tray .video-partial-wrapper {
	border-radius: 6px 6px 0 0;
}
#xhp-video-tray .video-preview {
	background-color: transparent;
}
#xhp-video-tray .l-grid__col {
	padding: 0 0.5rem;
}
#xhp-video-tray .p-video-tray {
	border-bottom: none;
	padding: 0px;
}
#xhp-video-tray #p-video-tray-metadata {
	padding: 1rem;
}
#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #000000;
}
@media (min-width: 768px) {
	#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__title {
		font-size: 30px;
		line-height: 37px;
		font-weight: 800;
   }
}
#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__description {
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
}
@media (min-width: 768px) {
	#xhp-video-tray #p-video-tray-metadata .video-preview-metadata__description {
		font-size: 19px;
		line-height: 24px;
		font-weight: 500;
   }
}

/* == Scoreboard Adjustments == */
@media (max-width: 767px) {
   .trk-minisb-daypicker {
	   display: none !important;
  }
}

@media (min-width: 768px) {
	.container--redesign div[class*="dayPickerstyle__InnerSlideWrapper"] {
		margin-right: 1rem !important;
	}

	.container--redesign div[class*="dayPickerstyle__InnerDateWrapper"],
	.container--redesign div[class*="dayPickerstyle__InnerSlideTextWrapper"] {
		font-size: 19px !important;
		letter-spacing: 0 !important;
	}

	.container--redesign .miniDayPicker-day-button {
		height: auto !important;
	}

	.container--redesign div[class*="dayPickerstyle__DateSlide"] {
		height: auto !important;
	}

	.container--redesign div[class*="FooterLayerstyle__InnerWrapper"] {
		margin: 0px !important;
	}
}

/* == Hide Control Bar on Mobile == */
@media (max-width: 1303px) {
	div[class*="styles__ControlBarWrapper"] {
		display: none;
	}
 }

 /* == Adjust Container Margin Top ==*/
 @media (min-width: 768px) {
	.league-mlb .container--forge.container--redesign {
		margin-top: 1.5rem !important;
	}
 }

  /* == Top Story Line Clamp ==*/
  @media (max-width: 767px) {
	[data-testid="top-story__description-container"] {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
 }

/* == Game of the Day ==*/
.gotw {
    border-radius: 8px;
    background: white;
}

.gotw__description {
    padding: 1rem;
}

.gotw__headline-wrapper {
    margin-bottom: 0.5rem
}

.gotw h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0px;
}

.gotw p {
    font-size: 19px; 
    font-weight: 500; 
    line-height: 24px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .gotw h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }

    .gotw p {
        font-size: 17px;
        line-height: 22px;
        font-weight: 500;
    }
}

/* == MLB Special Hero == */
#mlb-special-hero .p-wysiwyg {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1.5rem;
}

@media (min-width: 768px) {
    #mlb-special-hero .p-wysiwyg {
        margin-top: -2.5rem;
    }
}

.hero {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 18rem 2rem 1rem 2rem;
    min-height: 600px;
    background-position: right;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .hero {
      padding: 10rem 1rem 1rem 1rem;
      background-position: center;
    }
  }
  .hero__content {
    z-index: 100;
    color: white;
  }
  @media (min-width: 768px) {
    .hero__content {
      width: 1165px;
      margin: 0 auto;
    }
  }
  .hero__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    overflow-x: visible !important;
  }
  .hero__title--lead {
    font-size: 48px;
    line-height: 48px;
  }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 56px;
      line-height: 56px;
      max-width: 1047px;
    }
    .hero__title--lead {
        font-size: 72px;
        line-height: 72px;
    }
  }
  .hero__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 1rem;
  }
  @media (min-width: 768px) {
    .hero__description {
        line-height: 23px;
        max-width: 1047px;
    }      
  }
  .hero__video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .hero__scrim {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.3449973739) 35%, rgba(0, 0, 0, 0) 100%);
  }
  .hero a.hero__button {
    display: inline-block;
    padding: 0.5rem 2rem;
    background: #006ef5;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin-top: 1rem;
    transition: all 0.2s ease 0s;
  }

  .hero a.hero__button:hover {
    color: white;
    text-decoration: none !important;
    background-color: rgb(4, 98, 204);
    transition: all 0.2s ease 0s;
  }
