.rowegroup__elementalbannerblock__block__bannerblock {
   
}

.bannerblock{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
}

.banner-element__image {
    background-color: #eee;
    display: flex;
    flex-grow: 1;
    height: 400px
}

.banner-element__image img {
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}
.banner-element__content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 48px;
    color: white;
    justify-content: center;
}

.banner-overlay{
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}
