@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.block-inline-blocktout-block {
  overflow: hidden;
}

.block-inline-blocktout-block .field--name-field-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.block-inline-blocktout-block .field--name-field-image:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64.7%;
  content: "";
  transition: opacity 0.5s, transform 0.5s, background 0.5s linear, -webkit-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: translate3d(0, 74%, 0);
  transform: translate3d(0, 74%, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.block-inline-blocktout-block .top-of-img {
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.block-inline-blocktout-block .top-of-img .block-wrapper {
  position: absolute;
  top: 248px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 40px;
  transition: opacity 0.5s, transform 0.5s, background 0.5s linear, -webkit-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: translate3d(0, 74%, 0);
  transform: translate3d(0, 74%, 0);
}

.block-inline-blocktout-block .top-of-img .block-wrapper .field--name-field-title {
  margin-top: -92px;
  margin-bottom: 15px;
  color: #fff;
}

.block-inline-blocktout-block .top-of-img .block-wrapper .field--name-body {
  display: block;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  color: #fff;
}

.block-inline-blocktout-block .field--name-field-link a {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.block-inline-blocktout-block:hover .field--name-field-image:after {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.block-inline-blocktout-block:hover .top-of-img .block-wrapper {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.block-inline-blocktout-block:hover .top-of-img .block-wrapper .field--name-field-title {
  margin-top: 0;
}

.block-inline-blocktout-block:hover .top-of-img .block-wrapper .field--name-body {
  height: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .block-inline-blocktout-block .field--name-field-image:after {
    height: 100%;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.55s;
    -o-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .block-inline-blocktout-block .top-of-img .block-wrapper {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .block-inline-blocktout-block .top-of-img .block-wrapper .field--name-field-title {
    margin-top: 0;
    font-size: 23px;
  }
  .block-inline-blocktout-block .top-of-img .block-wrapper .field--name-body {
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    font-size: 16px;
  }
}
