.THMweb-hidden-scroll
{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.THMweb-hidden-scroll.left
{
    transform: translateX(0px);
}

.THMweb-text-shadow.THMweb-theme-color
{
    color: rgba(255, 255, 255, 0.9);
    -moz-text-shadow: 6px 6px 25px rgb(0, 0, 0);
    -webkit-text-shadow: 6px 6px 25px rgb(0, 0, 0);
    text-shadow: 6px 6px 25px rgb(0, 0, 0);
}

section[class^="container"]:nth-child(even):not(.no-color) h1.fixed, section[class^="container"]:nth-child(even):not(.no-color) h1.placeholder
{
    background-color: transparent;
    color:#444;
}

section[class^="container"]:nth-child(odd):not(.no-color) h1.fixed, section[class^="container"]:nth-child(odd):not(.no-color) h1.placeholder
{
    background-color: transparent;
    color: white;
}

section h1.fixed, section h1.placeholder, section h1
{
    white-space: normal;
    font-size: 10vw;
}

section h1.mobile-small
{
    font-size: 7vw;
}

body
{
    min-width :0px;
}