@media screen and (max-width: 768px){
 #masthead .container .navbar-header .navbar-brand {
  max-height: none;
  margin: 5px
  15px 5px 0;
  width: 100%;
  height: auto;
 }
}


.services_hover_click{
 display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    z-index: 999;
    margin-top: 0;
}

.hover_servizi_img{
     position: relative;
    display: flex;
    align-items: center;
    justify-content: center;width: fit-content;margin: 0 auto;
}

.hover_servizi_img:before{
 position: absolute;
 content: '';
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.3);
}