.ubisoft-video {
  overflow: hidden;
  padding-bottom: 75px;
}
.ubisoft-video .page-center {
  max-width: 1060px !important;
}
.ubisoft-video h2 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin: 0;
  font-family: 'PoynterOSDisp Roman';
}
.ubisoft-video .image img {
  display: block;
  width: 100%;
}
.ubisoft-video .custom-video {
  margin-top: 0;
  position: relative;
}
.ubisoft-video .custom-video .poster-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.ubisoft-video .custom-video .poster-img .icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate( -50%, -50% );
  z-index: 2;
  cursor: pointer;
}
.ubisoft-video .custom-video video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.ubisoft-video .content-holder {
  color: #212020;
  background-color: #fff;
  padding: 50px 0;
}

.ubisoft-video .iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.ubisoft-video .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .ubisoft-video {
    padding-bottom: 20px;
  }
  .ubisoft-video h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .ubisoft-video .custom-video .poster-img .icon {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .ubisoft-video .custom-video .poster-img .icon {
    max-width: 73px;
  }
}