@media (max-width: 767px) {
  .b-a-fullImage.bereo-mv h1 {
    width: calc((120/390)*100vw);
    top: calc((10/390)*100vw);
  }
}
@media screen and (min-width: 768px), print{
.b-a-fullImage.bereo-mv h1 {
    width: 140px;
    top: 70px;
}
}
@media screen and (min-width: 1160px), print{
.b-a-fullImage.bereo-mv h1 {
    width: calc((230/1400)*100vw);
    top: calc((70/1400)*100vw);
}
}
@media screen and (min-width: 768px), print{
.b-a-fullImage.bereo-mv .mv-heading {
    bottom: 80px;
}
}