#btn-go-top {
    text-decoration: none;
    cursor: pointer;
    display: none;
}

.defaultArrowUp {
    height: 50px;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 768px) and (orientation: portrait),
only screen and (max-width: 1180px) and (orientation: landscape) {
    .go-top-ios-enabled {
        transform: translate3d(0, 0, 0);
    }
}
