/* CAFR Fixes */
/* Reduced font size of headline and opened container width for horizontal scrollbar issue */
@media only screen and (max-width: 320px) {
	.section-content {
        width:90%
    }
    
	.typography-headline-super {
        font-size: 45px;
    }
}

/* Reduce font size of video tile headline for small viewports */
@media only screen and (max-width: 735px) {
    .typography-headline-elevated {
        font-size: 38px;
    }
}