/* Fix styling issue (white line under the closing "X")
*  that appear when one image is displayed fullscreen.
*  This is caused by the theme Sam styling interfering with the Swipebox styling.
*/
#swipebox-close {
    box-shadow: none;
}