.container-image{
	width: calc(100% - 10px);
	height: auto;
	aspect-ratio: 16/9;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
}