#vitrine > div.element-content > div.page-content > table{
  max-width: initial !important; 
  text-align: center;
}
#vitrine > div > div.page-content > table > tbody > tr > td > img, .img{
    display: initial !important;
}

#vitrine > div > div.page-content > table > tbody > tr > td {
  text-align: center !important;
}

#vitrine > div > div.page-content > table > tbody > tr > td > iframe{
    height: 400px;
}

iframe {
    width: 1px;
    min-width: 100%;
}

.img {
  width: 100%;
  height: auto;
}
.video-responsive{
	position: relative !important;
	padding-bottom: 90% !important;
	height: 0 !important;
}
.video-responsive iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}