.view {
    background: url("/media/img/landscape.jpg")no-repeat center center;
    background-size: cover;
}
html,
body,
header,
.view {
    height: 100%;
}

.map-container-section {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-section iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.spacing{
    height: 100px;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 100vh;
    }
}

.top-nav-collapse {
    background-color: #78909c !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #78909c !important;
    }
}

h1 {
    letter-spacing: 8px;
}

h5 {
    letter-spacing: 3px;
}

.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}

.imgHome{
    background-image: url('/media/img/43.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rgba-black-light, .rgba-black-light:after{
    background-color: rgba(0,0,0,.6)!important;
}


.gallery-item {
    aspect-ratio: 4 / 3;        /* scegli tu: 1/1, 16/9, 4/3 */
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* crop intelligente */
    display: block;
}