/* Start custom CSS */#copyrightWrapper {
    margin-left:185px;
}
@media  screen and (max-height: 768px) {
    .hpScaleY {
        transform: scale(1, 0.85);
    }
    .hpScaleX {
        transform: scale(0.85, 1);
    }
}/* End custom CSS */