.team article .article-image {
	margin: auto;
	width: 100%;
}
.team article .article-image > div {
	width:100% !important;
	padding-top:100% !important;
	position: relative;
	display:block;
}
.team article .article-image img {
	width:100% !important;
	height:100% !important;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.news article .article-image {
	margin: auto;
	width: 150px;
	max-width: 150pxpx;
}
.news article .article-image .embeddedvideo, .news article .article-image > a {
	width:100% !important;
	padding-top:56.071428571429% !important;
	position: relative;
	display:block;
}
.news article .article-image {
    position: relative;
    overflow: hidden; /* Garante que o chanfrado não ultrapasse os limites */
}

.news article .article-image img, 
.news article .article-image .embeddedvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.news article .article-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px; /* Ajuste o tamanho do chanfrado */
    height: 20px; /* Ajuste o tamanho do chanfrado */
    background: white; /* Cor do chanfrado */
    clip-path: polygon(100% 0, 0 100%, 100% 100%); /* Cria o triângulo */
    z-index: 1;
}
#lightbox_slider.news img {
	width:1400px !important;
	height:785px !important;
}


.portfolio .container .article-image {
	margin: auto;
	width: 100%;
	max-width: 555px;
}
.portfolio .container .article-image .embeddedvideo, .portfolio .container .article-image > a {
	width:100% !important;
	padding-top:63.913043478261% !important;
	position: relative;
	display:block;
}
.portfolio .container .article-image img, .portfolio .container .article-image .embeddedvideo iframe {
	width:100% !important;
	height:100% !important;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#lightbox_slider.portfolio img {
	width:920px !important;
}