html, body {
  min-width: 320px;
  height: 100%;
}

.template-homedetails {
  background: #000;
}

html {
  font-size: .6vw;
}
@media only screen and (min-width: 2560px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1480px) {
  html {
    font-size: .734vw;
  }
}
@media (max-width: 1279px) {
  html {
    font-size: 10px;
  }
}
