@import 'common.css';
@import 'project.css';
@import 'expandable.css';

#hero-banner
{
	background-image: url('../images/adventures-of-freddo/adventures-of-freddo-hero.jpg');
	background-size: cover;
	background-position-y: 70%;
}

#video-frame
{
	aspect-ratio: 1280 / 720;
}

#images
{
	background-color: #8bc25d;
}