@charset "UTF-8";
/* DEFAULT */
@media only screen {
  .floor {
    border: 1px solid #000000;
    height: auto;
    max-width: 900px;
    width: 40vw;
  }
  .garage {
    float: right;
    margin: 10px 0 10px 5vw;
    max-width: 900px;
    width: 40vw;
  }
  #epoxy {
    background: url("../images/banner1.webp") no-repeat 50% 50%;
    background-size: cover;
    height: 15vw;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {}
/* DESKTOP */
@media only screen and (max-width: 2000px) {}
/* MOBILE */
@media only screen and (max-width: 750px) {}