/* OVERRIDE TO REDUCE PADDING HEIGHT OF HOMEPAGE VIDEO HEADER TO 'CROP' HEIGHT TO SAME AS LANDING PAGE HERO IMAGES -SQ  */
.home .ok-feature-section .ok-feature-background-media .responsive-media {
    padding-bottom: 41%;
}


#post-13 section.breakout.image::after {
    background-image: none;
}

@media (max-width: 768px) {
    .button-group .button {
        float: left;
        margin: 2px;
        width: 375px;
        text-align: left;
    }
    .button {
        padding: 8px;
        background: #f3f3f3;
    }
    .button-group{
        margin-bottom: 20px;
    }
    .btnlabel {
        padding: 7px 0;
        width: 375px;
    }
}
    
/* Hide mailto:alexander.iannantuono@ubc.ca from directory listing and user profile */

.page-23 a[href*="mailto:alexander.iannantuono@ubc.ca"], 
.user-alexander-francis-iannantuono .ok-profile-email {
    display: none;
    }