html, body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.no-padding {
    padding: 0;
}

.bgimg {
    background-image: url('../images/sabinsa-france.jpg');
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    background-color: #222;
}