 html, body {
    overscroll-behavior-x: none;
}

section { margin:0;  padding:2em 0; }
h1,h2 { font-size:2em; line-height:1.25; margin:0 auto 1rem; letter-spacing:0.05em;  }
h3 { color:#EA002A; margin:1em auto 0; letter-spacing:0.05em; text-align:center; }
@media (min-width:48em) {
	section {  padding:2em 0; }
	.hero-canhands .icon--player { font-size:3vw; }
}
@media (min-width:64em) {
	h1,h2 { font-size:3em; }
}
@media (min-width:75em) {
	h1,h2 { font-size:3em; }
	.hero-canhands .icon--player { font-size:3em; }
}
.es-headline { background:#EA002A; }
.es-headline h1 { margin-bottom:0; color:#ffc533; }

.es-stockup { background: linear-gradient(#EA002A, #EA002A 66%, #a8001e); position:relative; }
.es-stockup section { padding:0 0 calc(2em + 4vw); }
.es-stockup h2 { margin-bottom:0; color:#ffc533; }
.es-stockup::before { content:''; display:block; margin:0 auto; font-size:calc(1em + 2vw); height:18em; background:url(../images/promotions/2022_q1_canhands/ush-cans.png) center top / auto 100% no-repeat;  }
.es-stockup::after { content: ''; display: block; position: absolute; left: 0%; right: 0%; bottom:-1px; 
	border-right: 50vw solid #fff;
	border-left: 50vw solid #fff;
	border-top: 7vw solid transparent;
}
@media (min-width:48em) {
	.es-stockup h2 { font-size:4vw; }
	.es-stockup::before { max-height:18em; height:40vw; min-height:12em; }
}
@media (min-width:75em) {
	.es-stockup h2 { font-size:3em; }
	.es-stockup::before { font-size:2.5em; }
}

.hero-canhands { background:#000; overflow:hidden;  }

.hero-canhands  .ytplayer img { object-fit:cover; }
.hero-canhands section { padding:0; }
.hero-canhands .ytplayer-wrapper { max-width:calc(177vh - 16em); margin:auto; min-width:50vw; }
@media (min-width:100em) {
	.hero-canhands .ytplayer-wrapper { max-width:100em; }
}

.hero-canhands .icon--player { color:#fff; }


.products-featured section { padding-top:0; }
.products-featured-row { margin-bottom:0; }
@media (min-width:48em) {
	.products-featured section { padding-top:4em; }
}