.still-watching-div__no-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.still-watching-div__text {
  text-align: center;
  color: white;
  font-size: 38px;
}

.still-watching-div__buttons-container {
  margin-bottom: 42px;
  text-align: center;
  color: white;
}

.still-watching-div__button {
  text-align: center;
  font-size: 22px;
  font-size: 2.25rem;
  padding: 9px 0px;
}
@media (width < 768px) {
  .still-watching-div__button {
    font-size: 1.5rem;
  }
}

.still-watching-div__ru-div-container {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}

/*# sourceMappingURL=StillWatchingDiv.css.map */
