﻿/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {

    #eventsPaida {
        height: auto;
        max-width: 80%;
    }
}

#eventsPaida {
    height: auto;
    max-height: 800px;
    max-width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {

    #posterMain {
        height: auto;
        max-width: 80%;
    }
}

#posterMain {
    height: auto;
    max-height: 800px;
    max-width: 100%;
}

#schedule {
    margin-left: 10px;
    padding-left: 10px;
}

@media (orientation:landscape) {
    #calendar-iframe {
        border-width: 0;
        width:1000px;
        height: 600px;
        max-width: 100%;
        max-height: 40vw;
    }
}

@media (orientation:portrait)  {
    #calendar-iframe {
        border-width: 0;
        width: 800px;
        height: 1000px;
        max-width: 90vw;
        max-height: 80vh;
    }
}

@media screen and (max-width: 990px) {
    #calendar-iframe {
        border-width: 0;
        width: 800px;
        height: 1000px;
        max-width: 90vw;
        max-height: 80vh;
    }
}
