/* ----------- GENERIC SETTINGS ------------- */
/* Landscape */

@media screen and (max-width: 1400px) {

    .popup-title {
        padding-top: 50px;
    }
    
    .popup-content {
        font-size: 110%;
    }
    
    .activity {
        padding-bottom: 60px;
    }
         
}

/* Portrait */
@media screen and (orientation: portrait) {
    

}