.TickerRegistration {
    display: block;
    border: none;
    width: 100%;
    height: 1400px;
    overflow-y: none;
}

@media (max-width: 767px) {
    .TickerRegistration {
        height: 2010px;
    }
}
