@charset "utf-8";
/* CSS Document */

.yt-logos-cp23 .period__inner {
  position: relative;
}

.yt-logos-cp23 .period__message{
  position: absolute;
  top: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 98vw;
}

@media screen and (min-width:768px) {
  .yt-logos-cp23 .period__message{
    top: min(1.3vw, 12px);
    max-width: min(100vw, 1110px);
  }
}