.hero-section{
/*  height: 422.5px; */
  position: relative;
  overflow: hidden;
}
*{
box-sizing:border-box;
  margin:0;
  padding:0;
}
/* .hero-media,.hero-media-container{
position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */
.hero-text-wrap {
    position: relative;
  height: 100%;
}
.hero-text-wrap .page-center{
    display: table;
    width: 100%;
    height: 100%;
}

.hero-text-content {
  text-align: center;  
  display: table-cell;
vertical-align: middle;
   position: relative;
    padding: 15px 0;
    z-index: 4;
}
.hero-text-shadow {
    position: relative;
    display: inline-block;
      max-width: 1096px;
}
/* .hero-text-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   background: radial-gradient(rgb(0 0 0 / 60%) 0%,transparent 100%);
} */
.hero-text-content .hero-link {
    margin-top: 7.5px;
      position: relative;
    display: block;
}
.animation-cropper {
/*     overflow: hidden; */
    display: inline-flex;
  padding-right: 10px;
  opacity: 1;
}
.animation-contents {
    opacity: 1;
      transform: translateY(0);
  text-align: center;
}
@keyframes fade-in{
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.hero-link .btn{
       position: relative;
    display: block;
  margin-left: 12px;
  margin: 4px 3px 2px 0;
      color: #fff;
    border-color: #fff;
  position: relative;
    border: 0;'
      line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
  font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    padding: 11px 20px;
  width: auto;
    min-width: 90px;
    vertical-align: middle;
    cursor: pointer;
  user-select: none;
    -webkit-appearance: none;
    border-radius: 0;
  border: 2px solid;
    border-left: 0;
    border-right: 0;
}
.btn-inverse{
    border-left: 0;
    border-right: 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.btn-inverse:hover {
    background-color: transparent;
}
.btn:before{
left:-6px;
  content: "";
    position: absolute;
    display: block;
    width: 20px;
    transform: skew(-12deg);
}
.btn-inverse:before {
       border-left: 2px solid;
    border-bottom: 2px solid;
  background-color: transparent;
    border-color: #fff;
    top: -2px;
    bottom: -2px;
}
.btn:after{
right:-6px;
  content: "";
    position: absolute;
    display: block;
  width: 20px;
    transform: skew(-12deg);
}
.btn-inverse:after {
   border-color: #fff;
      border-top: 2px solid;
    border-right: 2px solid;
  top: -2px;
    bottom: -2px;
  background-color: transparent;
}
.hero-media video {
    opacity: 1;
    animation: zoom-fade 2.5s cubic-bezier(.26,.54,.32,1) 0s forwards;
    transition: none;
}
.hero-media video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.hero-media iframe, .hero-media video {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline; 
}
.hero-section {
    padding:170px 0 100px;
}   
  .hero-text-content {
    padding: 45px 0;
}
  .hero-text-content .hero-link {
    margin-top: 15px;
}
.hero-link.button-hide{
display:none;
}
  .hero-link .btn{
      margin-right: 5px;
    margin-top: 0;}
@media only screen and (max-width: 992px){
  .hero-section .hero-text-wrap h2{
  font-size:42px;
  }
  .hero-section .hero-text-wrap p{
  font-size:20px;
  }
}
@media only screen and (max-width: 768px){
  .hero-section .hero-text-wrap h2{
  font-size:32px;
  }
}