section.animated-background .animation {
  background: url('../images/background.jpg') no-repeat center top !important;
}

.widget .link-box .g2a-ozone {
  background: url('../images/ozone.jpg') center / cover no-repeat;
}

.widget .link-box .g2a-valentines {
  background: url('../images/valentines.jpg') center / cover no-repeat;
}

.widget .link-box .g2a-deals {
  background: url('../images/deals.jpg') center / cover no-repeat;
}

.widget .link-box .g2a-case {
  background: url('../images/case.jpg') center / cover no-repeat;
}


section.banner .timer .subtitle {
  color: #000;
}

.title-image img {
    margin-top: 0;
}

@media screen and (max-width: 769px) {
    .title-image img {
		margin-top: 10px;
	}
	section.banner .title-image img {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.title-image img {
		margin-top: 40px;
	}
}