.affix-top .logo-container-2 .logo-2 .logo-img { display: none; }

.fes2-img-alt {
	background: url(../images/fes2-full.jpg) 50% 50% no-repeat;
	width: 100%;
	display: block;
	position: relative;
	background-size: contain;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain; background-color: #e7c7b0;
}

@media (min-width: 1200px) {
	.fes2-img-alt {
		background-size: cover;
	}
}

@media (min-width: 1800px) {
	.fes2-img-alt {
		background: url(../images/fes2.jpg) 50% 50% no-repeat;
	}
}