.bgimg-2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    background-image: url("../img/parallax0.webp");
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
