﻿.fixed-bg {
    background-image: url("/img/logo-logowanie.jpg");
    height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}