* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bannerVinculacion--container {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
