.tire-protection > .tire-protection-info {
  word-break: break-word;
  hyphens: auto;
}
@media (min-width: 768px) {
  .tire-protection > .tire-protection-info {
    width: 95%;
  }
}
.bottom-space {
  padding-bottom: 120px;
}
.absolut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triple-picture-text {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}
/* ------------------------------------------------------------------ youtube */
.youtube .youtube-container {
  overflow: hidden;
  position: relative;
  padding-top: 52%;
}
.youtube .youtube-container .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.youtube .youtube-container .youtube-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.youtube .youtube-container .youtube-play {
  cursor: pointer;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.youtube .youtube-container .youtube-consent1 {
  transform: translate(-50%, -50%);
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  background-color: #fff;
}
#back2Top img {
  transform: rotate(-90deg);
}
/*# sourceMappingURL=default-main.css.map */