.video-popup {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .video-popup:before {
    display: block;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9; }
  .video-popup .video-container {
    max-width: 1200px;
    position: relative;
    width: 100%;
    height: 80%;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 30px;
    padding: 20px;
    z-index: 99;
    margin: auto;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .video-popup .video-container {
        width: 100%;
        height: auto; } }
  .video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .video-popup iframe {
        height: 244px;
        bottom: 0;
        right: 0;
        margin: auto; } }
  .video-popup i {
    vertical-align: top;
    font-size: 32px;
    top: -62px;
    color: #ffffff;
    position: relative;
    right: -58px;
    float: right; }
    @media screen and (max-width: 768px) {
      .video-popup i {
        right: 0; } }
  .video-popup.show-video {
    display: flex;
    opacity: 1;
    z-index: 99;
    position: relative;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1); }

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