.imagem_texto_lateral_2{
	display: block;
	width: 100%;
}
.imagem_texto_lateral_2 .conteudo{
	width: 100%;
	display: block;
	position: relative;
}
.imagem_texto_lateral_2 .conteudo .texto{
	width: 100%;
	display: inline-block;
}
.imagem_texto_lateral_2 .conteudo .img{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.imagem_texto_lateral_2 .conteudo .img img{
	width: 100%;
	display: block;
}
.imagem_texto_lateral_2 .conteudo .img iframe{
	display: block;
	object-fit: cover;
	object-position: center;
	min-height: 100%;
	height: calc(calc(calc(100vw - 50px) / 16) * 9);
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
	.imagem_texto_lateral_2 .conteudo .img{
		position: absolute;
		height: 100%;
		top: 0;
		right: calc(-50vw + 47%);
		margin-bottom: 0px;
		width: 50vw;
		overflow: hidden;
	}
	.imagem_texto_lateral_2 .conteudo .img img{
		object-fit: cover;
		object-position: center;
		position: absolute;
		min-height: 100%;
		max-height: 100%;
	}
	.imagem_texto_lateral_2 .conteudo .img iframe{
    	max-width: calc(100% - 40px);
    }
	.imagem_texto_lateral_2 .conteudo .texto{
		width: 50%;
		order: 0;
		padding: 110px 0;
	}
	.imagem_texto_lateral_2 .conteudo .texto .btn{
		margin: 40px 0 0 0;
	}
}