.responsive-image
{
	width:100%;
	height:auto;
}

img.wrap 
{
	margin-left: 1%;
	float: right;
}

img.socialMedia 
{
	width: 10%;
}

feature-image2 img
{
	max-width: 200px;
}

teste
{
	max-width: 200px;
}

@media screen and (min-width: 737px) {
	img.wrap 
	{
		width: 40%;
	}
	
	feature-image2 img	
	{
		max-width: 200px !important;
	}
}

@media screen and (max-width: 736px) {
	img.wrap 
	{
		width: 100%;
	}
	
	feature-image img
	{
		max-width: 200px;
	}
}
.bx-next
{
	z-index: 10 !important;
}
.bx-prev
{
	z-index: 10 !important;
}