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

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

  #index .hero-content .hero-image {
    background: transparent url("../images/hero-581x575.png") 0 0 no-repeat;
    display: block;
    height: 580px;
    min-width: 581px;
    width: 575px;
  }

  #index .reason-content .reason-container {
    justify-content: space-between;
  }

  #index .reason-content .reason-why-image {
    background: transparent url("../images/reason-why-971x532.png") 0 0 no-repeat;
    display: block;
    height: 532px;
    min-width: 971px;
    width: 971px;
  }

  #index .reason-content .reason-how-image {
    background: transparent url("../images/reason-how-865x629.png") 0 0 no-repeat;
    display: block;
    height: 629px;
    min-width: 865px;
    width: 865px;
  }

  #index .compatibility-content .compatibility-bottom {
    display: block;
    height: 410px;
    max-width: 1200px;
    overflow: hidden;
    width: 100vw;
  }

  #index .compatibility-content .compatibility-device-images {
    display: block;
    height: 539px;
    max-width: 1200px;
    width: 100vw;
    position: relative;
  }

  #index .compatibility-content .compatibility-laptop {
    background: transparent url("../images/macbookair-914x539.png") 0 0 no-repeat;
    bottom: 0;
    display: block;
    height: 539px;
    left: 50%;
    position: absolute;
    transform: translate(-67%,0);
    width: 914px;
    z-index: 1;
  }

  #index .compatibility-content .compatibility-ipad {
    background: transparent url("../images/ipad-485x383.png") 0 0 no-repeat;
    bottom: 0;
    display: block;
    height: 383px;
    position: absolute;
    right: 0;
    width: 485px;
    z-index: 2;
  }

  #index .compatibility-content .compatibility-iphone {
    background: transparent url("../images/iphone11pro-167x340.png") 0 0 no-repeat;
    bottom: 0;
    height: 340px;
    left: 0;
    position: absolute;
    width: 203px;
    z-index: 3;
  }

  #home .hero-content .hero-image {
    background-color: transparent;
    background-image: url("../images/shadows-girl1-791x916.png");
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-left: -45px;
    max-height: 916px;
    max-width: 791px;
  }

}
