.pro-block {
  padding: 0 20px;
  position: relative;
  padding-bottom: 55.55556%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pro-block__title {
  font-family: 'DINCondensed', sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 7.8rem;
  line-height: 70px;
  margin-bottom: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 43.3%;
  font-size: 15.6rem;
  line-height: 156px;
  margin: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1366px) {
  .pro-block__title {
    font-size: 5.6rem;
    line-height: 50px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .pro-block__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pro-block--fx .pro-block__title {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  max-width: 920px;
  left: calc(50% - 920px/2);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1366px) {
  .pro-block__title {
    font-size: 12rem;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .pro-block {
    padding-bottom: 0;
    height: 440px;
  }
  .pro-block__title {
    left: 0;
    right: 0;
    font-size: 7.8rem;
    max-width: 286px;
    line-height: 70px;
  }
  .pro-block--fx .pro-block__title {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
