
@media all and (min-width: 120px) {
  #buono-massimo-immagine-chef {
    width: 100%;
    height: 215px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: inherit;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
}

@media all and (min-width: 480px) {
  #buono-massimo-immagine-chef {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
}

@media all and (min-width: 768px) {
  #buono-massimo-immagine-chef {
    width: 100%;
    height: 465px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
}

@media all and (min-width: 1024px) {
  #buono-massimo-immagine-chef {
    width: 70%;
    height: 1000px;
    float: left;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: -180px;
  }
}

@media all and (min-width: 1300px) {
  #buono-massimo-immagine-chef {
    width: 70%;
    height: 1200px;
    float: left;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;

    background-position: center;
  }
}
