/*

Theme Name: Rezydencja na Wzgórzu
Theme URI: https://rezydencjanawzgorzu.pl
Description: Motym dla strony Rezydencja na Wzgórzu - landing wedding
Author: Arcom
Version: 1.0

*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Zapobiega poziomemu przewijaniu */
}

@media (min-width: 1024px) { /* Tylko na komputerach */
    .flip-horizontal .n2-ss-slide-background {
        transform: scaleX(-1);
    }
}