html {
    scroll-behavior: smooth;
}

/**
 * iframe
 */
.nb-iframe {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-top: 100%;
    position: relative;
}

.nb-iframe iframe {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 600px) {

    .nb-iframe {
        padding-top: 56.25%;
    }

    .nb-iframe--square {
        padding-top: 100%;
    }

    .nb-iframe--tv {
        padding-top: 75%;
    }

    .nb-iframe--35mm {
        padding-top: 66.67%;
    }
}


/* Content width */
[class^="element-"].content-width {
    margin-bottom: 120px;
    margin-top: 120px;
}

[class^="element-"].content-width .elem-container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px);
}

[class^="element-"].content-width--default .elem-container {
    max-width: 980px;
}

[class^="element-"].content-width--wide .elem-container {
    max-width: 1230px;
}

[class^="element-"].content-width--full-no-spacing {
    margin-top: 0;
    margin-bottom: 0;
}
[class^="element-"].content-width--full-no-spacing .elem-container {
    width: 100%;
}