.sswam{
    width: calc(100% - 10px);
    height: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.on_barholder{
    width: 100%;
    height: auto;
    min-height: 300px;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.on_imgholder{
    width: 300px;
    height: 300px;
    float: left;
    letter-spacing: 1px;
}
.on_rester{
    width: calc(100% - 300px);
    float: left;
    height: auto;
    min-height: 300px;
    line-height: 170%;
    padding-left: 50px;
    font-weight: thin;
    font-family: 'Lato';
    letter-spacing: 1px;
}
.on_title{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}
.on_name{
    font-size: 24px;
    line-height: 250%;
    font-weight: thin;
    color: rgb(148, 125, 89);
    letter-spacing: 1px;
}

.resterFadeIn{
    opacity: 0;
    transition: 0.3s;
    font-weight: lighter;
    letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
    .on_imgholder{
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
        margin: 0;
        height: 50px;
        transform: scale(0.75);
    }
    .on_barholder{
        height: auto;
        min-height: auto;
    }
    .on_rester{
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
        margin: 0;
        text-align: center;
        padding-top: 10px;
    }
    #blankspacer{
        display: none;
    }
}