@media (max-width: 1099px) {
  #box-1 {
    height: 70vh;
    width: 100%;
    display: table;
    background: url("erikoispesut_1160x500.jpg");
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (min-width: 1100px) {
  #box-1 {
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (max-width: 1099px) {
  #box-2 {
    height: 70vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: inherit;
  }
}

@media (min-width: 1100px) {
  #box-2 {
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (mAX-width: 575px) {
  h2 {
    font-family: 'Jura';
    font-size: 25px;
    font-weight: 700;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 575px) {
  h1 {
    font-family: 'Jura';
    font-size: 25px;
    color: white;
    text-align: center;
    display: table-cell;
    font-weight: 900;
    vertical-align: middle;
  }
}

@media (min-width: 576px) {
  banneri-tausta {
    text-align: center;
    vertical-align: middle;
  }
}

@media (min-width: 576px) {
  h2 {
    font-family: 'Jura';
    letter-spacing: 1px;
    color: #44464C;
    color: #fefefe;
    font-size: 43px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 400;
    vertical-align: middle;
  }
}

@media (min-width: 576px) {
  h1 {
    font-family: 'Jura';
    letter-spacing: 3px;
    color: #44464C;
    color: #fefefe;
    font-weight: 400;
    font-size: 43px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

