body {
  height: 100%;
  width: 100%;
  margin: 0px;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 600px) {
  body {
    background-image: url("../../assets/img/AMAC_WEB_UNDER_CONSTRUCTION_V2.png");
  }
}

@media screen and (max-width: 600px) {
  body {
    background-image: url("../../assets/img/AMAC_WEB_UNDER_CONSTRUCTION_V2.png");
  }
}

.img-fluid {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .img-fluid {
    display: none;
  }
}

