.intro-copy, .intro-copy + .content p {
    text-shadow: 1px 1px 2px black;
}
#tresio-widget-button {
    display:none !important;
}
.shadow-bg {
    position:relative;
}
.shadow-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.light > img {
    filter: brightness(0) invert(1);
}
.gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
li.tresio-nav__list-item--generated {
    display: none;
}
.tresio-nav__main {
    overflow:auto;
}
.bg-white {
    position:relative;
    background-color: #FFF;
}