.seja-cliente {
    background: #fff;
	position: relative !important
}


@media only screen and (max-width: 767px)
{
	.seja-cliente img {
		position: absolute;
		top: 0px;
		left: 0 !important;
		width: 100%;
	}
}

@media only screen and (max-width: 479px)
{
	.wrapper-seja-cliente{
		width: 290px;
	}
		
	.seja-cliente {
		height: 134px;
	}
}