﻿.landingpagebutton {
    /*position: absolute;*/
    bottom: 12px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .landingpagebutton {
        bottom: 56px;
    }
}

