@media only screen and (min-width: 376px) {

    .temp-spacing {
        height: 150px
    }
}


@media only screen and (max-width: 375px) {

    .temp-spacing {
        height: 90px
    }
}
