/*COLORS*/
/*FONTS*/
.stm_infobox_style_4 {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .stm_infobox_style_4:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3); }
  .stm_infobox_style_4 .stm_infobox {
    overflow: hidden; }
    .stm_infobox_style_4 .stm_infobox__content {
      min-height: 350px;
      padding-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background-color: transparent !important; }
      .stm_infobox_style_4 .stm_infobox__content_wrapper {
        position: relative;
        z-index: 15;
        -webkit-transition: 3s ease;
        transition: 3s ease;
        padding: 0 40px; }
      .stm_infobox_style_4 .stm_infobox__content > * {
        color: inherit; }
      .stm_infobox_style_4 .stm_infobox__content h1, .stm_infobox_style_4 .stm_infobox__content h2, .stm_infobox_style_4 .stm_infobox__content h3, .stm_infobox_style_4 .stm_infobox__content h4, .stm_infobox_style_4 .stm_infobox__content h5, .stm_infobox_style_4 .stm_infobox__content h6 {
        font-size: 30px;
        line-height: 36px; }
      .stm_infobox_style_4 .stm_infobox__content p {
        margin-bottom: 15px;
        line-height: 24px;
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
        opacity: 0;
        max-height: 0;
        -webkit-transition: .7s ease;
        transition: .7s ease;
        -webkit-transform: translateY(30px);
                transform: translateY(30px); }
        .stm_infobox_style_4 .stm_infobox__content p:last-child {
          margin-bottom: 0; }
      .stm_infobox_style_4 .stm_infobox__content span {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .stm_infobox_style_4 .stm_infobox__content span,
      .stm_infobox_style_4 .stm_infobox__content a {
        font-size: 15px; }
  .stm_infobox_style_4:hover {
    background-position: 50% 45%;
    text-decoration: none; }
    .stm_infobox_style_4:hover .stm_infobox__content_wrapper p {
      max-height: 350px;
      opacity: 1;
      display: block;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .stm_infobox_style_4:hover .stm_infobox__content_wrapper h1, .stm_infobox_style_4:hover .stm_infobox__content_wrapper h2, .stm_infobox_style_4:hover .stm_infobox__content_wrapper h3, .stm_infobox_style_4:hover .stm_infobox__content_wrapper h4, .stm_infobox_style_4:hover .stm_infobox__content_wrapper h5, .stm_infobox_style_4:hover .stm_infobox__content_wrapper h6 {
      margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .stm_infobox_style_4 {
      margin-bottom: 30px; }
      .stm_infobox_style_4 .stm_infobox__content_wrapper {
        padding: 15px; }
        .stm_infobox_style_4 .stm_infobox__content_wrapper p {
          max-height: 100%;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
