.right-side-image {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
}

.right-side-image > .backgroundLogo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
}

.right-side-video {
    display: none;
}
