.imagencontacto{
    height:100%;
    width:100%;
    max-width: 100%;
    overflow:hidden;
    position:relative;
}
.imagencontacto img{
    height:100%;
    position:relative;
}

@media screen and (max-width:500px)  {
    .imagencontacto img{
        height:100%;
        right:180px;
        position:relative;
    }
}
