@charset "UTF-8";
/* DEFAULT */
@media only screen {
  .half {
    border: 2px solid #F10007;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    width: 40vw;
  }
  #banner {
    background: url("../images/bg1.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 45vw;
  }
  #ceiling {
    float: right;
    margin: 0 0 10px 5vw;
    max-width: 500px;
    width: 30vw;
  }
  #installation {
    height: auto;
    max-width: 500px;
    width: 30vw;
  }
  #services {
    background: url("../images/bg2.webp") no-repeat 50% 50%;
    background-size: cover;
    height: 77vw;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {}
/* DESKTOP */
@media only screen and (max-width: 2000px) {}
/* MOBILE */
@media only screen and (max-width: 700px) {
  .half {
    width: 80vw;
  }
}