@media (max-width: 1099px) {
  #box-2 {
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-image: url("kampaamo-hiusateljee-nina-hable1.jpg");
    display: table;
    background-attachment: inherit;
  }
}

@media (min-width: 1100px) {
  #box-2 {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-image: url("markatilavalvonta-insinooritoimisto-esticon.jpg");
    display: table;
    background-attachment: fixed;
  }
}

@media (mAX-width: 775px) {
  h1 {
    font-family: 'Libre Baskerville';
    font-size: 31px;
    letter-spacing: 0px;
    color: #323232;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    border-style: none;
    padding-top: 38px;
    color: #323232;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    text-align: left;
    font-size: 44px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
  }
}

