#weatherContainer
{
	margin: 0;
	padding: 0;
	height: 750px;
	width: 100%;
	position: relative;
}

#card
{
    width: 100%;
    height: 100%;
	min-height: 100%;
	padding: 0;
	position: relative;
}

#back
{
	top: 0px;
	position: fixed;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	#weatherContainer {
		height: 260px!important;
	}
}

@media screen and (max-width: 575px) {

	#weatherContainer {
		height: 230px!important;
	}
}
