body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 4em;
	line-height: 1;
}

video {
	min-width: 100%;
	min-height: 100%;
}

#rainy {
	height: 100%;
	width: 100%
}

#cloudy{
	height: 100%;
	width: 100%;
}

#partlyCloudy{
	height: 100%;
	width: 100%;
}

#sunny{
	height: 100%;
	width: 100%;
}

.text{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    color: white;
    opacity: 0.6;
}
