

.animation-size-title{
    animation-name:animation-size-title;
    animation-duration: 1.5s; 
  }
  .background-mobile{
    display: none;
    border: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
  }


  
  @keyframes animation-size-title {
    from {font-size:0px;}
    to {font-size:43px;}
  }
    
  @-webkit-keyframes animation-size-title {
    from {font-size:0px;}
    to {font-size:43px;}
  }
    


  @media (max-width: 760px) {
    .buton-twoline{
      display: block !important;
      margin-bottom: 15px !important;
    }
    .background-video{
      display: none;
    }
    .background-mobile{
      display: block;
    }
    .background-clear{
    display: none;
    }
    }
  }
  
  