.default-popup-video {
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 940px) {
  .default-popup-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .default-popup-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 475px) {
  .default-popup-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.default-popup-video p {
  margin: 0;
  padding: 0;
}
.default-popup-video--shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 36, 0.7);
}
.default-popup-video--inner {
  max-width: 940px;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .default-popup-video--inner {
    padding: 0 10px;
  }
}
.default-popup-video--title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 46px;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 940px) {
  .default-popup-video--title {
    font-size: 32px;
    padding-bottom: 30px;
    line-height: normal;
  }
}
@media screen and (max-width: 500px) {
  .default-popup-video--title {
    font-size: 38px;
  }
}
@media screen and (max-width: 475px) {
  .default-popup-video--title {
    font-size: 26px;
  }
}
.default-popup-video--button {
  display: inline-block;
  background-color: #EF233C;
  border-radius: 30px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 36px;
}
@media screen and (max-width: 500px) {
  .default-popup-video--button {
    font-size: 20px;
  }
}
@media screen and (max-width: 475px) {
  .default-popup-video--button {
    font-size: 17px;
    padding: 10px 24px;
  }
}
