/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* PREORDER BANNER

/* Responsive adjustments */
/* Left-align image on mobile */
@media (max-width: 600px) {
    /* Replace the image on screens 600px wide or smaller */
    .banner-bg {
        background-image: url('https://boarddeck.dcms.dk/wp-content/uploads/2024/11/azurite-Sea-Ny-udgivelse.webp'); /* Add the mobile-specific image */
    }
  .banner-bg img {
        display: none;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}