.home-frame {
  background-image: url("https://metromixes.com/assets/img/home/banner_home_endless-summer.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 360px;
  font-family: Lato, sans-serif;
  padding: 0px 15px;
  border-bottom: 2px solid #6e7289;
  position: relative;
}
.home-frame .home {
  max-width: 1600px;
  margin: 0 auto;
}
.home-frame .home .label {
  width: 550px;
  top: 30px;
  position: absolute;
}
.home-frame .home .label span {
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  display: block;
}
.home-frame .home .label .label-title {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
}
.home-frame .home .label .label-subtitle {
  color: #dac7c7;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.home-frame .home .label .label-description {
  color: #e2e3e7;
  font-size: 30px;
  line-height: 38px;
}

/* Micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .home-frame {
    background-position: -750px;
  }
  .home-frame .home .label {
    width: 90%;
  }
  .home-frame .home .label .label-title {
    font-size: 34px;
    line-height: 34px;
  }
  .home-frame .home .label .label-subtitle {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .home-frame .home .label .label-description {
    width: 250px;
    font-size: 20px;
    font-weight: 400;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .home-frame {
    background-position: -750px;
  }
  .home-frame .home .label {
    width: 90%;
  }
  .home-frame .home .label .label-title {
    font-size: 34px;
    line-height: 34px;
  }
  .home-frame .home .label .label-subtitle {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .home-frame .home .label .label-description {
    width: 250px;
    font-size: 20px;
    font-weight: 400;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
@media (min-width: 420px) and (max-width: 575px) {
  .home-frame {
    background-position: -620px;
  }
  .home-frame .home .label {
    width: 90%;
  }
  .home-frame .home .label .label-title {
    font-size: 34px;
    line-height: 34px;
  }
  .home-frame .home .label .label-subtitle {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .home-frame .home .label .label-description {
    width: 300px;
    font-size: 20px;
    font-weight: 400;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .home-frame .home .label .label-title {
    font-size: 52px;
    line-height: 52px;
  }
  .home-frame .home .label .label-subtitle {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .home-frame .home .label .label-description {
    width: 350px;
    font-size: 22px;
    font-weight: 400;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .home-frame .home .label .label-title {
    font-size: 68px;
    line-height: 68px;
  }
  .home-frame .home .label .label-subtitle {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .home-frame .home .label .label-description {
    width: 350px;
    font-size: 22px;
    font-weight: 400;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .home-frame .home .label .label-title {
    font-size: 64px;
    line-height: 64px;
  }
  .home-frame .home .label .label-subtitle {
    font-size: 42px;
    line-height: 42px;
  }
  .home-frame .home .label .label-description {
    font-size: 26px;
    line-height: 32px;
  }
}
/* Small Jumbo devices (large screens, 1200px to 1350px) */
/* Medium Jumbo devices (large screens, 1351px to 1600px) */
