@media only screen and (max-width: 768px) {
    
    .site-branding {
        max-width: 50%;
    }
    
    .site-branding .site-title {
        font-size: 1.7rem;
        line-height: 1.9rem;
        margin-bottom: 10px;
    }
    
    .slider {
        height: 30vh;
    }
    
}


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

    .post-layout-small .post-wrapper .type-post .entry-title,
    .post-layout-small .infinite-wrap .type-post .entry-title {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    
    .image-alternative {
        height: 140px;
    }
    
    #tribe-events-pg-template {
        padding: 0;    
    }
    
}


@media only screen and (max-width: 480px) {
 
    .site-branding {
        max-width: 70%;
    }
    
    #slideposition,
    .slider {
        display: none;
    }
    
    .comment-form-author {
        display: block;
        width: 100%;
        float: none;
    }

    .comment-form-email {
        display: block;
        width: 100%;
        float: none;
    }
    
    .bandeau-image {
        display: none;
    }
    
    body.post-type-archive-tribe_events #secondary,
    body.single-tribe_events #secondary {
        display: none;
    }
    
    
}


@media only screen and (max-width: 25em) {
    
    .post-layout-small .post-wrapper .type-post .wp-post-image,
    .post-layout-small .infinite-wrap .type-post .wp-post-image {
        box-shadow: 12px 12px 0 var(--gris);
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .image-alternative {
        height: 220px;
        margin-bottom: 30px;
    }
    
    
}