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

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

  #index .system-mechanic-bg-logo {
    background-image: url("../images/system-mechanic-bg-logo-581x250.png");
    background-image: -webkit-image-set(url("../images/system-mechanic-bg-logo-581x250.webp") 1x);
    background-repeat: no-repeat;
    height: 250px;
    width: 581px;
  }

  #index .diamond-pattern {
    background-image: url("../images/diamond-pattern-1200x170.png");
    background-image: -webkit-image-set(url("../images/diamond-pattern-1200x170.webp") 1x);
    background-repeat: no-repeat;
    height: 170px;
    width: 100%;
  }

  #index .system-checkup-guages {
    background-image: url("../images/system-checkup-gauges-146x125.png");
    background-image: -webkit-image-set(url("../images/system-checkup-gauges-146x125.webp") 1x);
    background-repeat: no-repeat;
    height: 125px;
    width: 146px;
  }

}
