body{
    font-family: 'FTYOverKillIroncladNC',sans-serif;
}

#g-top{
    position: absolute;
    top: -100%;
    height: 0;
}

#g-slideshow{
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    text-align:center;
}

#g-slideshow img{
    margin-top: -50px;
    padding: 0 50px;
}

#g-slideshow .mail{
    position: fixed;
    bottom: 60px;
    color: #000;
    right: 30px;
}

#g-copyright{
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
}

#g-copyright .g-container{
    border-top:0;
}

.g-container {
    width: 100%;
}

#g-copyright .g-content {
    margin: 0;
    padding: 0.938rem;
    color: #fff;
}

#g-copyright .g-copyright > .g-content {
    font-size: 14px;
    font-weight: 100;
}