.video-testo {
  width: 100%;
  height: 100%;
}



.video-testo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-testo-position {
    width: 100%;
	//height: 240px;
	aspect-ratio: 16/9;
	float: left;
	margin-right: 0rem;
}
@media (min-width:576px) {
    .video-testo-position {
		width: 100%;
		//height: 280px;
		aspect-ratio: 16/9;
		float: left;
		margin-right: 0rem;
    }
}
@media (min-width:768px) {
    .video-testo-position {
		width: 470px;
		//height: 100%;
		//height: 300px;
		aspect-ratio: 16/9;
		float: left;
		margin-right: 1.5rem;
    }
}
@media (min-width:992px) {
    .video-testo-position {
		width: 470px;
		//height: 100%;
		//height: 310px;
		aspect-ratio: 16/9;
		float: left;
		margin-right: 1.5rem;
    }
}
@media (min-width:1200px) {
    .video-testo-position {
		width: 550px;
		//height: 100%;
		//height: 360px;
		//aspect-ratio: 16/9;
		float: left;
		margin-right: 1.5rem;
    }
}
@media (min-width:1400px) {
    .video-testo-position {
		width: 650px;
		//height: 100%;
		//height: 225px;
		//aspect-ratio: 16/9;
		float: left;
		margin-right: 1.5rem;
    }
}



