.top-space {
	height: 15%;
	display: block;
}

.harry-potter{
	font-size: 0px;
}

#icon {
    height:151px;
    width:210px;
	}

@media screen and (max-width: 1140px)  {
#icon {
    height:151px;
    width:210px;
	}
}
@media only screen and (max-width:768px)
{
#icon {
    height:129px;
    width:180px;
	}
}

@media screen  and (max-width: 360px) {
     #icon {
    height:108px;
    width:150px;
}

@media screen  and (max-width : 320px) {
     #icon {
    height:108px;
    width:150px;
}

		
