.tourism .tourism-background {
    background-color: #d943b1;
}

.tourism .block-separator {
    position: absolute;
    top: -96px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    background: url("./split-mobile.png") no-repeat center bottom;
    background-size: auto 100px;
}

.tourism .logo-turismo {
    width: 80%;
    max-width: 250px;
    height: auto;
}

.tourism-video .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* background-color: crimson; */
}

.tourism-video .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 640px) {
    .tourism .logo-turismo {
        width: 420px;
        max-width: 420px;
    }
}

@media (min-width: 1024px) {
    .tourism .block-separator {
        top: -116px;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
        background: url("./split.png") no-repeat center bottom;
        background-size: auto 120px;
    }
}