/* STYLES FOR MAIN PROMO */
.homeMPC, .homeMPCmobile {
    max-width: unset !important;
    margin: 0 !important;
	width: 100%;
	display: block;
	position: relative;
}
.homeMPC-resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.homeMPC .mpcInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.homeMPC iframe {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.homeMPC .mpcInfo {
	max-width: 1160px;
}
.homeMPC .bannerSans, .homeMPCmobile + .mpcInfo .bannerSans {
	padding-bottom: 10px !important;
	margin-bottom: 12px !important;
	position: relative;
	text-transform: uppercase;
}
.homeMPC .bannerSans::after, .homeMPCmobile + .mpcInfo .bannerSans::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 332px;
  background: #FFF;
}
.homeMPC h1 {
	margin: 0 !important;
	text-align: center;
	letter-spacing: -3px;
}
.mpcButtonContainer {
	margin-top: 30px;
	text-align: center;
	background: rgba(0,0,0,0.10) !important;
	display: flex;
    width: fit-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.mpcButton {
	font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	padding: 5px 31px !important;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #B2B2B2 !important;
}
.homeMPC .mpcArrow {
  margin: 0 !important;
  max-width: unset !important;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.post-template-default .mpc .mpcArrow, .homeMPCmobile, .homeMPCmobile + .mpcInfo {
    display: none;
}
@media only screen and (max-width: 1000px) { 
	.homeMPC .bannerSans {
		margin-top: 96px !important;
	}
    .homeMPC .mpcArrow {
        display: none;
    }
    .homeMPC h1 {
        font-size: 42px !important;
        line-height: 44px !important;
    }
}
@media only screen and (max-width: 800px) { 
	.homeMPC .bannerSans::after {
		width: 240px;
	}
	.homeMPC .mpcArrow {
		display: none;
	}
	.mpcButtonContainer {
		margin: 30px 0 0px 0;
	}
	.homeMPC {
        display: none;
    }
    .homeMPCmobile {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 400px;
    }
	.homeMPCmobile + .mpcInfo {
		background: #000;
        display: block;
	}
    .homeMPC iframe {
        display: none;
    }
    .homeMPC .bannerSans {
		margin-top: 0px !important;
	}
	.homeMPC .bannerSans::after {
		width: 90%;
	}
}
@media only screen and (max-width: 600px) { 
	.homeMPCmobile {
        min-height: 256px;
    }
}