.barner-0Container {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.barner-0Half {
        width: 100vw;
        height: 100vh;
        position: relative;
        overflow: hidden;
        text-align: center;
}

.barner-0Container .barner-0images {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 40px;
}

.barner-0Container div img {
    /* width: 100%;
    height: 100%; */
    
    background-size: cover;
}

.barner-0Container .barner-0overlap {
    position: absolute;
    background-color: black;
    opacity: .2;
    width: 100%;
    height: 100%;
}
.barner-0Container .barner-0Word {
    color:white;
    text-align: left;
    font-size: 30px;
    position: absolute;
    font-weight: bold;
    bottom: 15%;

}
@media(max-width: 992px) {
.barner-0Container .barner-0Word {
    left: 15px;
}

}
@media(max-width:768px) {
    .barner-0Container div img {
        margin-left: -50%;
    }
.barner-0Container .barner-0Word {
    left: 5px;
}
}

.barner-0Container .barner-0Word .barner-0SmallWord {
    font-size: 20px;
    font-weight: normal;
}