/*print styles*/

header{
    display: none;
}

footer{
    display: none;
}

section.break,
article.break{
    break-before: page;
}

/*remove section marker*/
section + section::before {
    content: none;
}

section.carousel + p{
    clear: both;
}

section.carousel figure {
    display: block !important;
    width: 45%;
    float: left;
}

section.carousel figure img {
    height: 50%;
    width: 50%;
/*    display: inline-block;
    float: left;*/
}

section.carousel button{
    display: none;
}