.mobile{
    display:none;
}

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;
    background: transparent;
    text-align:center;
    display:flex;
    justify-content:center;
    align-content: center;
}

#g-slideshow img{
    margin-top: 0px;
    padding: 0;
}

#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;
}

@media (max-width: 767px){
    .normal{
        display:none;
    }
    
    .mobile{
        display:block;
    }
}