header {
background-color: #000;
}

.avenueq {
display: flex;
background-color: #FF7F0F;
background-image: url(/backstage/avenueq/furbg.webp);
background-size: cover;
min-height: 70vh;
padding: 1lh;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
}

.avenueq img {
cursor: default;
padding: 0 2lh;
height: fit-content;
width: 100%;
max-width: 65ch;
}

.avenueq strong {
display: flex;
margin-block: 0.2lh;
justify-content: center;
}

.info {
color: #fff;
font-weight: 500;
font-size: 2rem;
line-height: 3rem;
}

@media (max-width: 850px) {

	.avenueq {height:90vh;}
	
	.avenueq img {padding: 0 1lh;}
	
	.info {
	font-size: 1.5rem;
	line-height: 2.5rem;
	}

}