/* -*- coding: utf-8 -*- */

@media only screen and (min-width:601px) {

  #index .hero-image {
    background-image: url("../images/ws-hero2-525x349.png");
    background-image: -webkit-image-set(url("../images/ws-hero2-525x349.webp") 1x);
    background-repeat: no-repeat;
    height: 349px;
    width: 525px;
  }

  #index .happens-image {
    background-image: url("../images/happens-843x986.png");
    background-image: -webkit-image-set(url("../images/happens-843x986.webp") 1x);
    background-repeat: no-repeat;
    height: 986px;
    margin: 30px auto 0;
    width: 843px;
  }

}
