
body,

picture {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
  margin: 0;
  outline: 0 none;
  padding: 0;
  

  }



.video-feature {
  
  z-index:-1000;
  position: relative; }
  @media (min-width: 64em) {
    .video-feature {
      height: calc(100vw/2.4); } }
  .video-feature .container {
    width: 100%; }
    @media (min-width: 64em) {
      .video-feature .container {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 64em) {
    .video-feature__iframe, .video-feature__video, .video-feature__image {
      left: 0;
      position: absolute;
      right: 0;
      top: 70%;
      -webkit-transform: translateY(-70%);
          -ms-transform: translateY(-70%);
              transform: translateY(-70%); } }
  .video-feature__image {
    line-height: 0;
    display: none; }
    .touch .video-feature__image {
      display: block; }
  .video-feature__iframe, .video-feature__video {
    position: relative;
    margin-bottom: 0;
    display: block; }
    .video-feature__iframe:before, .video-feature__video:before {
      background: rgba(0, 0, 0, 0);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .touch .video-feature__iframe, .touch .video-feature__video {
      display: none; }
  .video-feature video {
    display: block;
    height: auto;
    width: 100%; }
    .video-feature video::-webkit-media-controls {
      display: none !important; }
  .video-feature__content {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3; }
  .video-feature .btn {
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    opacity: 0; }
  .video-feature__title {
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: scaleIn;
            animation-name: scaleIn;
    margin-bottom: 0.625rem;
    opacity: 0; }
    @media screen and (max-width: 47.9375em) {
      .video-feature__title {
        font-size: 1.625rem; } }
    @media (min-width: 48em) {
      .video-feature__title {
        padding-left: 8.51371%;
        padding-right: 8.51371%;
        line-height: 1.1;
        margin-bottom: 1.5625rem; } }

