@media screen and (max-width: 1110px) {
  .foto-header {
    display: none;
  }

  .logo-center {
    width: 100%;
  }
}

@media screen and (min-width: 1110px) {

  .foto-header {
    float: left;
    max-height: 165px;
    margin-bottom: -23px;
    margin-top: -30px;
  }
  
  .logo-center {
    width: 50%;
    margin: 0 auto;
  }

  .logo-center:after {
    display: table;
    content: '';
    clear: both;
  }

  .logo-center #logo {
    width: 50%;
  }
}