@media screen and (orientation:landscape) {
    .Account .Form .TermsOfUse {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0.8rem;
    }
}
