  .tcb-containedtexthero-module{
    width: 100%;
    margin-bottom: 24px;
  }

  .tcb-containedtexthero-module .bg {
      height: 100%;
      background-size: cover;
      width: 100%;
      padding-left: 107px;
      padding-bottom: 40px;
      background-position: bottom;
      box-sizing: border-box;
      overflow: hidden;
  }

/* Mobile */
@media screen and (max-width: 414px) {  
  .tcb-containedtexthero-module .bg {
    height: 100%;
    width: 100%;
    padding: 0px;
    background-image: none !important;
  }

  .tcb-containedtexthero-module .bg .banner-image-mobile div img{
    width: 100%;
    height: 100%;
  }
  .tcb-containedtexthero-module .bg .banner-image-mobile {
    background-image: none !important;
  }
}

/* Mobile & Tablet*/
@media screen and (max-width: 1000px) {  
  .tcb-containedtexthero-module .bg {
    padding: 0px;
    background-image: none !important;
  }

  .tcb-containedtexthero-module .bg .banner-image-mobile div img{
    width: 100%;
    height: 100%;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1000px) {

  .tcb-containedtexthero-module .bg {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: none;
  }

  .tcb-containedtexthero-module .bg .banner-image-mobile {
    flex-grow: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .tcb-containedtexthero-module .bg .banner-image-mobile div{
    display: none;
  }
  .tcb-containedtexthero-module .bg .banner-image-mobile div img{
    display: none;
  }

  .tcb-containedtexthero-content {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1000px) {
  .tcb-containedtexthero-module .bg .banner-image-mobile {
    display: none;
  }
}

  