@-webkit-keyframes move{
  from {bottom: -300px;}
  to {bottom:0;}
}
@keyframes move{
  from {bottom: -300px;}
  to {bottom:0;}
}
.section_full_width_image.load-animation{
  opacity: 1;
}
.section_full_width_image:not(.load-animation){
  opacity: 0;
}
.load-animation.section_full_width_image .full_width_image_row{
  animation-duration: 1.4s ;
  animation-name: move;
  /*animation-delay: 2s;*/
  animation-fill-mode: forwards;
  z-index: 5;
  bottom: -300px;
}
.section_full_width_image .full_width_image_row{
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  overflow: hidden;
  transition-property: transform;
  position:relative;
}
.section_full_width_image .full_width_image_row .full_width_image_image:not(.full_width_image_video) {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}
.section_full_width_image .full_width_image_row:hover .full_width_image_image:not(.full_width_image_video) {
  transition-property: transform;
  transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.01deg);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}
.section_full_width_image{
  position: relative;
}
.section_full_width_image .full_width_image_image .image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 73vh;
}
.section_full_width_image .full_width_image_image.full_width_image_video{
  height: 73vh;
}
.section_full_width_image .full_width_image_image.full_width_image_video video-js{
  width: 100% !important;
  height: 73vh !important;
  background-size:cover;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.section_full_width_image .full_width_image_image.full_width_image_video .vjs-poster{
  background-size: cover;
  background-position: center;
  /*display: none;*/
}
.section_full_width_image .full_width_image_image.full_width_image_video video-js > video{
  height: 100% !important;
  background-size: cover;
  object-fit: cover;
}
.section_full_width_image .full_width_image_image.full_width_image_video .bc-player-default_default .vjs-big-play-button,
.section_full_width_image .full_width_image_image.full_width_image_video .bc-player-default_default .vjs-control-bar{
  display: none;
}
.section_full_width_image .full_width_image_filter_image{
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}
.section_full_width_image .full_width_image_field_group{
  position: absolute;
  width: 100%;
  bottom: 32%;
  z-index: 2;
  text-align: center;
}
.section_full_width_image .full_width_image_title {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0;
  color: #FFFFFF;
  max-width: 350px;
  margin: 0 auto 13px ;
  font-family: "Fedra Serif B Pro Book";
}
.section_full_width_image .full_width_image_text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  max-width: 350px;
  margin: auto;
  font-family: "Fedra Sans Alt Pro Book";
}
.section_full_width_image .full_width_image_link{
  max-width: 90%;
  margin: 45px auto 0;
}
.section_full_width_image .full_width_image_link a:visited:not(.vjs-social-share-link),
.section_full_width_image .full_width_image_link a{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #000000 !important;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 14px 22px 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  font-family:"Fedra Sans Alt Pro Book" !important;
}
.section_full_width_image .full_width_image_link a:hover:visited:not(.vjs-social-share-link),
.section_full_width_image .full_width_image_link a:hover{
  color: #FFFFFF !important;
  background-color: #000000;
  border: 1px solid #FFFFFF;
}

@media (max-width: 1119px) {
  .section_full_width_image:not(.load-animation) {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .section_full_width_image .full_width_image_image .image{
    height: 69vh;
  }
  .section_full_width_image .full_width_image_title{
    font-size: 32px;
    line-height: 33px;
    margin: 0 auto 47px !important;
    max-width: 33%;
  }
  .section_full_width_image .full_width_image_link a{
    padding: 14px 20px 12px;
  }
  .section_full_width_image .full_width_image_text{
    max-width: 70%;
  }
}
