/**
 * Google Calendar Embed Iframe
*/
@media (max-width: 550px) {
	.big-container {
		display: none;
	}
}

@media (min-width: 550px) {
	.small-container {
		display: none;
	}
}

/**
 * Responsive iFrame
*/
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-iframe-container {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-iframe-container iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #777;
}

/**
 * Header background image
*/
header {
	background-image: url('../../../assets/img/backgrounds/big-black-b-1920x1080.webp');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

@media (max-width: 400px) {
	header {
		background-size: cover;
	}
}
