/*
Theme Name: Won Child Theme
Theme URI: https://themeforest.net/user/ovatheme
Description: This is child theme of won
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme/portfolio
Template: won
Version: 1.0
Tags: translation-ready, left-sidebar, right-sidebar
Text Domain:  won-child
*/

	.sp-image-container {
		background-size: cover;
		background-image: url("http://yp-coaching.de/wp-content/uploads/2024/08/header.jpg");
   		background-position: right bottom; /*Positioning*/
   		background-repeat: no-repeat; /*Prevent showing multiple background images*/
 	}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */
	
	.sp-image-container {
		background-image: url("http://yp-coaching.de/wp-content/uploads/2024/08/header_mobil.jpg")!important;
	}
}