.block-image {
  max-height: 520px;
  max-width: 786px;
  overflow: hidden;
}

.block-image img {
  display: block;
  max-width: 100%;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.block-image img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.block-info-wrapper {
  -webkit-box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
  position: absolute;
  left: 0;
  max-width: 320px;
  background-color: #fff;
  padding: 50px;
  top: 50%;
  transform: translate(0px, -50%);
  box-sizing: content-box;
}

.block-info-wrapper .news-card-body h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
  line-height: 1.2;
}

.block-info-wrapper p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #e78a03;
  margin-bottom: 10px;
}

.block-info-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.block-info-wrapper .btn-orange {
  background-color: #ee8b00;
  border: 0 none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 14px 40px;
  text-transform: Uppercase;
  max-width: 250px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-weight: 400;
  text-decoration: none;
}
.block-info-wrapper .btn-orange::after {
  height: 0;
}
.block-info-wrapper .btn-orange:hover {
  color: #fff !important;
}
.block-info-wrapper .btn-orange:hover::after {
  height: 0;
}

.btn-orange:hover {
  background-color: #db7b0b;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

.block-info-wrapper .field_body {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.humanitarian-action-blk {
  margin-bottom: 50px;
  margin-top: 50px;
}

.humanitarian-action-blk .inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.humanitarian-action-blk .inner-wrapper .block-info-wrapper .center-block,
.humanitarian-action-blk .inner-wrapper .block-info-wrapper .btn.center-block {
  margin: 0;
}

@media (max-width: 575px) {
  .humanitarian-action-blk {
    position: relative;
  }

  .humanitarian-action-blk .inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .block-info-wrapper {
    position: relative;
    left: 0;
    right: 0;
    transform: translate(0px, 0px);
  }


}

/****************We Decide***********************/
.wedecide-block-image {
  max-height: 520px;
  max-width: 786px;
  overflow: hidden;
}

.wedecide-block-image img {
  display: block;
  max-width: 100%;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
}

.wedecide-block-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wedecide-block-info-wrapper {
  -webkit-box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
  position: absolute;
  left: 0;
  max-width: 320px;
  background-color: #fff;
  padding: 50px;
  top: 50%;
  transform: translate(0px, -50%);
  box-sizing: content-box;
}

.wedecide-block-info-wrapper .wedecide-news-card-body h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
  line-height: 1.2;
  font-size: 2em;
}

.wedecide-block-info-wrapper p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #e78a03;
  margin-bottom: 10px;
}

.wedecide-block-info-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wedecide-block-info-wrapper .btn-orange {
  background-color: #f7941e;
  border: 0 none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 14px 40px;
  text-transform: Uppercase;
  max-width: 250px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-weight: 400;
  text-decoration: none;
}

.btn-orange:hover {
  background-color: #db7b0b;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

.wedecide-block-info-wrapper .field_body {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.wedecide-action-blk {
  margin-bottom: 65px;
  margin-top: 40px;
}

.wedecide-action-blk .wedecide-inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.wedecide-action-blk .wedecide-inner-wrapper .wedecide-block-info-wrapper .center-block,
.wedecide-action-blk .wedecide-inner-wrapper .wedecide-block-info-wrapper .btn.center-block {
  margin: 0;
}

@media (max-width: 575px) {
  .wedecide-action-blk {
    position: relative;
    top: -50px;
    margin-bottom: 0;
  }

  .wedecide-action-blk .wedecide-inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .wedecide-block-info-wrapper {
    position: relative;
    left: 0;
    right: 0;
    transform: translate(0px, 0px);
  }


}

.page-node-type-ct-topics .photo-credit {
  position: relative;
  text-align: right;
  margin: -50px 15px 0 0;
  padding-bottom: 15px;
  z-index: 10;
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
}
