.app-icon {
    background-image: url(app-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #e0e3e6;
	width: 250px;
	height: 80px;
}