.section-hotspot {
    background-color: initial;
}

@media screen and (max-width: 735px) {
    .small-hide {
        display: none;
    }
}


@media screen and (max-width: 366px) {
    .typography-headline-super {
        font-size: 42px;
    }
}

@media screen and (max-width: 735px) {
	.typography-headline-standalone {
		font-size: 43px;
	}
}

@media screen and (max-width: 320px) {
	.typography-headline-standalone {
		font-size: 36px;
	}
}

.page-continuity .section-resources .resource.nobackground {
    background-color: transparent;
}