.heroImageWrapper
{
width: 100%;
position: relative;
}

.heroImage
{
width: 100%;
height: 17.5rem;
background: #222 url("https://dh36nblqpps8a.cloudfront.net/assets/straps/480_straps_6_15_2021.jpg") no-repeat center center;
background-size: cover;
position: relative;
}

.heroImageWrapper .straps-logo
{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0 auto;
padding: 0;
position: absolute;
top: 8rem;
left: 0;
right: 0;
width: 17.5rem;
height: 5.9375rem;
background: url("https://dh36nblqpps8a.cloudfront.net/assets/straps/1000_overlay-straps_1_13_2020.png") no-repeat center center;
background-size: cover;
}

.h2ImageWrapper
{
display: block;
width: 100%;
position: relative;
background: #222 url("https://dh36nblqpps8a.cloudfront.net/assets/straps/480_icons-background-straps_1_13_2020.png") no-repeat center center;
background-size: cover;
padding: 1rem 0;
}

.h2ImageWrapper h2
{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0 auto;
width: 18.625rem;
height: 6.625rem;
background: url("https://dh36nblqpps8a.cloudfront.net/assets/straps/1000_overlay-born-on-the-river-vertical_1_13_2020.png") no-repeat center center;
background-size: cover;
}

.h2ImageWrapper p
{
color: #fff;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 90%;
}

.strap-accessory-link
{
display: block;
width: 100%;
margin: 0 auto 3rem;
text-align: center;
}

.straps-gallery
{
display: block;
width: 100%;
position: relative;
background: #fff url("https://dh36nblqpps8a.cloudfront.net/assets/straps/straps-gallery_6_15_2021.jpg") no-repeat center center;
background-size: cover;
height: 12.5rem;
margin-bottom: 0.375rem;
}

.straps-video-grid
{
display: grid;
grid-gap: 1rem;
max-width: 50rem;
margin: 0 auto;
padding: 1rem 0;
}

.straps-video
{
display: block;
width: 100%;
position: relative;
background: #222 url("https://dh36nblqpps8a.cloudfront.net/assets/straps/480_icons-background-straps_1_13_2020.png") no-repeat center center;
background-size: cover;
padding: 0;
}

.video-container2
{
overflow: hidden;
position: relative;
width:100%;
margin: 0 auto;
width: 90%;
max-width: 50rem;
}

.video-container2::after
{
padding-top: 56.25%;
display: block;
content: '';
}

.video-container2 iframe
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.paginationSortBar
{
display: none;
}

.categoryListings
{
margin: 3rem auto;
}


/* ******************************************
	Media Queries for screen wider than 30rem (480px)
****************************************** */
@media screen and (min-width: 30rem) {
	
	


} /* end @media screen and (min-width: 30rem)  */


/* ******************************************
	Media Queries for screen wider than 37.75rem (604px)
****************************************** */
@media screen and (min-width: 37.75rem)
{
	
	
}

/* ******************************************
	Media Queries for screen wider than 40rem (640px)
****************************************** */
@media screen and (min-width: 40rem) {

	.heroImage
	{
	height: 22.5rem;
	background: #222 url("https://dh36nblqpps8a.cloudfront.net/assets/straps/970_straps_6_15_2021.jpg") no-repeat center center;
	background-size: cover;
	}

	.heroImageWrapper .straps-logo
	{
	top: 11rem;
	width: 22.5rem;
	height: 7.625rem;
	}
	
	.h2ImageWrapper, .straps-video
	{
	background: #222 url("https://dh36nblqpps8a.cloudfront.net/assets/straps/1600_icons-background-straps_1_13_2020.png") no-repeat center center;
	background-size: cover;
	}
	
	.h2ImageWrapper
	{
	padding: 2rem 0 1rem;
	}
	
	.h2ImageWrapper h2
	{
	width: 37.5rem;
	height: 7.3125rem;
	background: url("https://dh36nblqpps8a.cloudfront.net/assets/straps/1000_overlay-born-on-the-river-horizontal_1_13_2020.png") no-repeat center center;
	background-size: cover;
	}

	.h2ImageWrapper p
	{
	font-size: 1.125rem;
	width: 36rem; 
	}


} /* end @media screen and (min-width: 40.5rem)  */







/* ******************************************
	Media Queries for screen wider than 48rem (768px)
****************************************** */
@media screen and (min-width: 48rem) {
	
	.heroImage
	{
	height: 37.5rem;
	background: #222 url("https://dh36nblqpps8a.cloudfront.net/assets/straps/1600_straps_6_15_2021.jpg") no-repeat center center;
	background-size: cover;
	}

	.heroImageWrapper .straps-logo
	{
	top: 12.5rem;
	width: 31.25rem;
	height: 10.625rem;
	}
	
	.straps-gallery
	{
	height: 25rem;
	}
	
	.straps-video-grid
	{
	grid-template-columns: repeat(3, 1fr);
	padding: 2rem 0;
	}
	
	.video-container2:first-of-type
	{
	grid-column: 1/-1;
	}
	
	.video-container2
	{
	margin: 0 auto;
	width: 100%;
	max-width: none;
	}

} /* end @media screen and (min-width: 48rem)  */
