﻿.schedule-container {
    position: relative;
    overflow: hidden;
    padding-top: 35%;
    height:1000px;
}


@media only screen and (max-width: 425px) {
    .schedule-container {
        position: relative;
        overflow: hidden;
        padding-top: 99%
    }
}
