.section_hero {
    height: 66vh;
}
.grid_cells {
	display: flex;
	flex-wrap: wrap;
	gap:2vw;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.grid_cells .cell {
	position: relative;
	width: 30vw;
	aspect-ratio: 1/0.8;
	border-radius: 5px;
	overflow: hidden;
}
.grid_cells .cell .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.grid_cells .cell .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit:cover;
	z-index: 1;
}
.grid_cells .cell:hover .image img {
	transform: scale(1.05)
}
.grid_cells .cell .image:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f12d1a;
	opacity: 0;
	z-index: 3;
}
.grid_cells .cell:hover .image:after {
	opacity: 0.8;
}
.grid_cells .cell .info {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 50px 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+52 */
	background: linear-gradient(170deg,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.3) 52%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.grid_cells .cell .info .fullcell {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.grid_cells .cell .info .info_hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
}
.grid_cells .cell:hover .info .info_hover {
	opacity: 1;
}
.grid_cells .cell .info .title {
	position: relative;
	margin-bottom: 10px;
	transform: translateY(10px);
}
.grid_cells .cell:hover .info .title {
	transform: translateY(0px);
}
.grid_cells .cell .info .title h4 {
	font-size: 25px;
	line-height: 27px;
}
.grid_cells .cell .info .title.top_title h4 {
	font-size: 25px;
	line-height: 27px;
}
.grid_cells .cell .info .excerpt {
	font-size: 1rem;
	line-height: 1rem;
	padding-left: 20px;
	display: none;
}
.grid_cells .cell .info .title.bottom_title {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100% ;
	padding: 30px 20px;
	text-align: left;	
}
.grid_cells .cell .info .title.bottom_title h4 {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;	
}
.grid_cells .cell:hover .info .title.bottom_title {
	opacity: 0;
}
.grid_cells .cell .info .title_line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 6px;
	height: 22px;
	background-color: #fff;
	display: none;
}
.grid_cells .cell .info .button {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.grid_cells .cell .info .button .border_button {
	transform: translateY(20px);
	opacity: 0;
}
.grid_cells .cell:hover .info .button .border_button {
	transform: translateY(0px);
	opacity: 1;
	transition-delay: 100ms;
}
.grid_cells .cell .info .date {
	position: relative;
	margin-left: 20px;
	font-size: 0.6rem;
	transform: translateX(20px);
	opacity: 0;
}
.grid_cells .cell:hover .info .date {
	transform: translateX(0px);
	opacity: 1;
}
.grid_cell_animation,
.grid_cells .cell .image:after {
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.grid_footer {
	position: relative;
}
.grid_footer .button_container {
	display: flex;
	justify-content: flex-end;
}
.grid_footer .button_container .black_button {
	min-width: 180px;
	text-align: center;
}

.grid_cells .bottom_checkbox {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	padding: 30px 20px;
	text-align: left;
	font-size: 10px;
	line-height: 23px;
}

.mediacenter_block .media-title {
	font-size: 16px;
	line-height: 20px;
}
.mediacenter_block .media-date {
	font-size: 10px;
	line-height: 10px;
}
.mediacenter_block .custom-control-input {
	color: #fff;
}


body {
	height: auto;
	display: flex;
	flex-direction: column;
}
.single-mediacenter .mexicogp_white_logo{
	display: none;
}
.single-mediacenter .mexicogp_black_logo{
	display: block;
}
#mediacenter-content-single {
	padding-top: 200px;
}
.mediacenter-content-row .media-image {
	height: 100px;
	border-radius: 16px !important;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}
.mediacenter-content-row .mediacenter-block-row {
	position: relative;
}
.mediacenter-content-row .mediacenter-block-row::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: calc(100% - 30px);
	height: 25px;
	border-bottom: 2px solid #e4e2e2;
	border-right: 2px solid #e4e2e2;
	border-bottom-right-radius: 20px;
	pointer-events: none;
}
.mediacenter-content-row .media-title {
	font-size: 16px;
	line-height: 20px;
}
.mediacenter-content-row .media-date {
	font-size: 10px;
	line-height: 10px;
}
.mediacenter-content-row .media-card {
	background: none;
}
.mediacenter-content-row .mediacenter_block_link {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mediacenter-content-row .collapse-action .media-title {
	cursor: pointer;
}
.mediacenter-content-row .mc-element .custom-control {
	font-size: 10px;
	line-height: 14px;
	margin-top: 1em;
}
.mediacenter-content-row .mc-element .custom-control-label {
	margin: 0;
	cursor: pointer;
}
.mediacenter-content-row .mc-element .custom-control-label::before,
.mediacenter-content-row .mc-element .custom-control-label::after {
	top: 0;
}
.mediacenter-content-row .mediacenter_block.hide-option {
	opacity: 0;
	pointer-events: none;
}
.mediacenter-content-row .show-iframe {
	width: 180px;
}
.mediacenter-content-row .show-image {
	cursor: pointer;
}
.mediacenter-content-row .select_all_small_text {
	font-size: 12px;
	line-height: 2.2em;
}
.mediacenter-content-row .items-filter-animation {
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	   -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	     -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	        transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
#filters-items .each-filter {
	display: block;
	padding: 7px 12px;
	color: #000;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	text-align: center;
}
.border_button:hover {
	border: 2px solid #bdbdbd;
	background-color: #bdbdbd;
	color: #000;
}
#filters-items .each-filter .ischeck,
#filters-items .each-filter .uncheck {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 15px;
	margin: auto;
	right: 8px;
	font-size: 14px;
}
#filters-items .each-filter .text {
	display: block;
}
#filters-items .each-filter.active {
	background-color: #bdbdbd !important;
	color: #000 !important;
}
#filters-items .each-filter.active .uncheck {
	display: none !important;
	opacity: 0 !important;
}
.hidden_block {
	display: none;
	opacity: 0;
}
#image_last.disabled,
#video_last.disabled {
	pointer-events: none;
	opacity: 0.5;
}
#mediacenter-content-single .backpage {
	text-decoration: none;
	font-size: 12px;
	line-height: 12px
}
#mediacenter-content-single .download-toolbar a {
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}
#mediacenter-content-single .backpage i,
#mediacenter-content-single .download-toolbar i {
	font-size: 18px;
}
#mediacenter-content-single .backpage:hover,
#mediacenter-content-single .backpage:focus,
#mediacenter-content-single .backpage:active,
#mediacenter-content-single .download-toolbar a:focus,
#mediacenter-content-single .download-toolbar a:hover,
#mediacenter-content-single .download-toolbar a:active {
	text-decoration: none;
	color: #f12d1a;
}
#mediacenter-content-single .download-toolbar .download-title {
	pointer-events: none;
	font-size: 12px;
}
#mediacenter-content-single .title {
	font-size: 30px;
	line-height: 32px;
}
#mediacenter-content-single .mediacenter-content {
	font-size: 15px;
	line-height: 19px;
}
#mediacenter-content-single .content-text {
  font-size: 15px;
  line-height: 19px;
}
#mediacenterGalleryModal .carousel-back {
	height: 531px;
	max-width: 944px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
#mediacenterGalleryModal .arrow {
	color: #f12d1a;
	text-align: center;
	font-size: 60px;
	line-height: 50px;
	cursor: pointer;
	pointer-events: all;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
#mediacenterGalleryModal .close {
	color: #f12d1a;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	font-size: 40px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 90px;
}
@media (max-width:992px) {
	#filters-items {
		margin-top: 0;
	}
}
@media (max-width:767px) {
	#mediacenter-content-single {
		padding-top: 100px;
	}
}
@media (max-width:400px) {
	.page_right_content .page_title {
    font-size: 30px;
    line-height: 32px;
	}
}
