.gmaps
{
    height:300px;
    box-shadow: 3px 0px 10px #271103;
    border: 2px solid #e15412;
}
.contatti
{
    padding-right: 79%;
    font-size: xx-large;
}

.imgStyle
{
    background: url('../../img/dovesiamoimg.png') no-repeat;
    background-size: cover;
    min-height: 408px;
}

.dovesiamo
{
    float: right;
    padding-top: 25px;
    text-align: right;
}



 /* MEDIA QUERY */

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .imgStyle
  {
    min-height: 171px;
  }
}