﻿/* image should be allowed to extend past edge of screen to be moved by image focus */
img.focused-image {
    width:auto;
    max-width:none;
}
/* reset image focus reticule width */
.sf-Media--info-image img {
    width: auto;
}