
 #right-whole {
background-image: url(https://www.outsome.de/fileadmin/outsome_v1/images/bc-tee-bg.jpg);
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}
                                 
                                                        
@media screen and (min-width: 100px) and (max-width: 767px) {
 #right-whole {
background-image: none;
}

 
    }
          