.view {
  width: 100%;
   max-height:500px;
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;

    }

.view .mask {
   width: 100%;
   max-height:500px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    }

.view img {
    display: block;
    position: relative;
    }

.view h2 {
    color: #fff;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    margin: 0 0 0 0;
    }

.view p {
    font-size: 15px;
  line-height: 20px;
  text-align:left;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    }

.view a.info {
  display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  position:absolute;
  bottom: 0px;
  left:0px;
  font-size: 17px;
  line-height: 20px;
    } 

.view-first img {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    }

.view-first .mask {
    filter: alpha(opacity=0.8);
    opacity: 0;
    background-color: rgba(94, 201, 243);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

.view-first h2 {
    -moz-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    -o-transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
    transform: translatey(-100px);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.s ease-in-out;
    transition: all 0.2s ease-in-out;
    }

.view-first p {
    -moz-transform: translatey(100px);
    -ms-transform: translatey(100px);
    -o-transform: translatey(100px);
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    }

.view-first a.info {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }

.view-first:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }

.view-first:hover .mask {
    filter: alpha(opacity=100);
    opacity: 1;
    }

.show-mask {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(94, 201, 243, 0.7);
    }

.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
    }

.view-first:hover p {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }

.view-first:hover a.info {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    }


      section
  {

   
  }
  .nt
  {
    margin: 0;
    padding: 0;
    position: absolute;;
    top: 35%;
    right: -50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    color: #f26f35;
    font-size: 3em;
    letter-spacing: 0.2em;
    font-family: 'Calistoga', cursive;
    
  }
  video
  {
    object-fit: cover;
    max-height: 740px;
  }
  .nt span
  {

    opacity: 0;
    display: inline-block;
    animation: animate 1s linear forwards;
  }
    @keyframes animate {
    0%
    {
      opacity: 0;
      transform: rotate(90deg);
      filter: blur(10px);
    }
    100%
    {
      opacity: 1;
      transform: rotate(0deg);
      filter: blur(0);
    }
  }
    .ntt span
  {

    opacity: 0;
    display: inline-block;
    animation: animate 1s linear forwards;
  }
  .ntt
  {
    margin: 0;
    padding: 0;
    position: absolute;;
    top: 44%;
    right: -50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
  
    color: #313364;
    font-size: 3em;
    letter-spacing: 0.2em;
    font-family: 'Acme', sans-serif;
    
  }
    .ntt2
  {
    margin: 0;
    padding: 0;
    position: absolute;;
    top: 61%;
    right: -50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
   
    font-size: 1em;
    letter-spacing: 0.2em;
      color: white;
  
    
  }
    .ntt2 span
  {

    opacity: 0;
    display: inline-block;
    animation: animate 1s linear forwards;
  }

  .nt span:nth-child(1)
  {
    animation-delay: 1s;
    color: #313364;
  }
  .nt span:nth-child(2)
  {
    animation-delay: 2s;
    color: #313364;
  }
  .nt span:nth-child(3)
  {
    animation-delay: 3s;
    color: #313364;
  }
  .nt span:nth-child(4)
  {
    animation-delay: 4s;
    color: yellow;
  }
  .nt span:nth-child(5)
  {
    animation-delay: 5s;
    color: yellow;
  }
  .nt span:nth-child(6)
  {
    animation-delay: 6s;
    color: yellow;
  }
  .nt span:nth-child(7)
  {
    animation-delay: 7s;
    color: yellow;
  }
  .nt span:nth-child(8)
  {
    animation-delay: 8s;
    color: yellow;
  }
  .nt span:nth-child(9)
  {
    animation-delay: 9s;
    color: yellow;
  }
  .ntt span:nth-child(1)
  {
    animation-delay: 10s;
    color: orange;
  }
  .ntt2 span:nth-child(1)
  {
    animation-delay: 11s;
  }
