.media--view-mode-hero img, 
.media--view-mode-hero picture,
.fullwidth-image img,
.two-col-image img,
.paragraph-two-column-image img{
  width: 100%;
}
.fullwidth-image .column{
  padding: 0 !important;
}
ul.footer-nav-items li{
	display:inline;
}
.footer-nav-item a:hover{
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
	.paragraph-two-column-image .right-column .content-1 {
    padding: 119px 0 240px;
  }
}

#block-gunlocke-base-page-title,
#block-gunlocke-base-page-title h1{
	display: none;
}

.video-section .image-overlay {
	background-image: url(https://res.cloudinary.com/hni-corporation/video/upload/c_limit,h_500,w_800/v1/Allsteel/Videos/Brand/Allsteel_NeoCon_Showroom_Tour_2022_qe6cgm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	cursor: pointer;
}

.play-button::before {
	z-index: 2;
}
.play-button {
    cursor: pointer;
    background-size: 10px;
    border: solid 1px #dcd7d4;
    border-radius: 24px;
    height: 35px;
    width: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.footer-links .footer-nav-items{	 
	margin-right: 0;
}

#user-logout-confirm {
	visibility: hidden;
}