/* Ceros Embeds Full Width */
.page-template-page-ceros-content .lrv-a-wrapper{
	max-width: 100% !important; 
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

/* BBMAs Sub Header Adjustments */

@media only screen and (min-width: 568px) {
.wp-block-cover.alignfull.is-hub-header.header-cover-sticky .wp-block-group.lrv-u-flex.lrv-u-align-items-center.lrv-u-justify-content-space-between {
    justify-content: center;
}
.wp-block-cover.alignfull.is-hub-header.header-cover-sticky	h2.heading.larva.\/\/.a-font-accent.u-font-size-15.u-line-height-21px {
    padding: 0rem 2rem;
}
}

/*Hide View Global Charts button from /t/global*/
.tag-global .bb-pro-chart-bottom {display:none;}

/* Resize the 2023-year-end-boxscore-charts embeds height for Mobile */

@media only screen and (max-width: 728px) {
	#pmc-protected-embed-1 {
		height: 2500px;
	}
	#pmc-protected-embed-2 {
		height: 5190px;
	}
	#pmc-protected-embed-3 {
		height: 1060px;
	}
	#pmc-protected-embed-4 {
		height: 1280px;
	}
	#pmc-protected-embed-5 {
		height: 1250px;
	}
	#pmc-protected-embed-6 {
		height: 1400px;
	}
	#pmc-protected-embed-7 {
		height: 1700px;
	}
	#pmc-protected-embed-8 {
		height: 950px;
	}
	#pmc-protected-embed-9 {
		height: 750px;
	}
}