.right-aligned-bg {
    background-repeat: no-repeat !important;

    /* Pins the image to the right edge and centers it vertically */
    background-position: right center !important;

    /* width is automatic, height is 100% of the container, so we force the height to be 100% and the width scale automatically */
    background-size: auto 100% !important;
}