.stretch-photo {
    background: url('/img/bg_image_transparent_ns.jpg') no-repeat;
    background-position-x: -70vw;
    background-size: cover;
}

@media (min-width: 500px) {
    .stretch-photo {
        background: url('/img/bg_image_transparent_ns.jpg') no-repeat;
        background-position-x: -50vw;

    }
}

@media (min-width: 768px) {
    .stretch-photo {
        background: url('/img/bg_image_transparent_ns.jpg') no-repeat;
        background-position-x: -30vw;

    }
}
@media (min-width: 992px) {
    .stretch-photo {
        background: url('/img/bg_image_transparent_ns.jpg') no-repeat;
        background-position-x: -15vw;

    }
}
.modal-content {
    border-radius: 0 !important;
}



.top-10{
    top: 10%;
}
.end-10{
    right: 10%;
}

a, p, h1, h2, h3, h4, h5, h6, div {
    color: #202633;
}

a, a:visited {
    color: #202633;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.iframe-contact{
    height: 620px !important;
}
