/* contentspacer */
.contentspacer-small{
    height: 30px;
}
.contentspacer-medium{
    height: 60px;
}
.contentspacer-large{
    height: 90px;
}
.contentspacer-xlarge{
    height: 140px;
}
.contentspacer-xxlarge{
    height: 350px;
}
@media screen and (max-width: 1680px) {
    .contentspacer-xxlarge{
        height: 16vw;
    }
}
@media screen and (max-width: 959px) {
    .contentspacer-small{
        height: 25px;
    }
    .contentspacer-medium{
        height: 50px;
    }
    .contentspacer-large{
        height: 75px;
    }
    .contentspacer-xlarge{
        height: 100px;
    }
}
@media screen and (max-width: 639px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 45px;
    }
    .contentspacer-xlarge{
        height: 80px;
    }
}
