

.youtube {
  margin-top: 40px;
}

.footer-gallery {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

.footer-gallery img {
	width: 25%;
	height: auto;
}

@media only screen and (max-width: 667px){
	.footer-gallery {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
	}
	
	.footer-gallery img {
		width: 50%; 
		height: auto;
	}	
	.footer-gallery img:nth-child(3),
	.footer-gallery img:nth-child(4)
	 {
		display: none;
	}
}


.foot-iso__cert td,
.foot-iso__cert th {
	vertical-align: top;
}

.foot-iso__cert th {
	white-space: nowrap;
	width: 8em;
}

@media only all and (min-width: 668px){
	.footer__linkwrap__add {
	    width: auto; 
	    min-width: unset;
	}
}
