.cc.main .tiles > .tile > div figure + div h1 {
    font-size: 22px;
}

.cc .flex .flex50 {
    width: 50% !important;
}

.cc.main article .body figure {
    width: 100% !important;
}

.cc.main > article header + div.body .tile div .actions {
    position: absolute;
    bottom: 0;
}

.cc.main > article header + div.body .tile div.banner {
    padding-bottom: 50px;
}

.cc.main .note.smaller {
    font-style: italic;
}

@media print {
	.cc.main article .body .flex figure img {
	    display: none !important;
	}
	.cc.main > article header + div.body .tile div .actions {
	    position: static !important;
	}
	.cc.main > article header + div.body .tile div.banner {
	    padding-bottom: 0 !important;
	}
	.cc.main .flex {
	    display: flex !important;
	}
	.cc.main .flex .flex50 {
	    width: 50% !important;
	}
	.cc.main .tiles > .tile > div figure + div h1 {
	    font-size: 12pt !important;
	}
	.cc .bigger p {
	    font-size: 8pt !important;
	    padding: 0 !important;
	}
	.cc.main > article header + div.body .tile figure {
	    display: none !important;
	}
}