/**
 * Description: This is the Style Sheet for My Custom Background Plugin
 * Author:      Jörg-Detlef Schröder
 * Version:     1.0
 * Date:		2025-08-02
 */
 
@media (max-width: 768px) and (orientation: portrait) {		/* Mobil Hoch, Tablet Hoch */
	body {
		background-size:100vw auto !important;
	}
}
