/* Feelcerca Web - Game CSS */

.fc-hungreebunny {
  background: url(../img/hungree-bunny/main2.png) no-repeat center/100%;
  width: 80vw;
  height: calc(720 / 1280 * 80vw);
	max-width: 1280px;
	max-height: 720px;
}

.fc-plants5elm {
  background: url(../img/plants/plants-main.png) no-repeat center/100%;
  width: 80vw;
  height: calc(720 / 1280 * 80vw);
	max-width: 1280px;
	max-height: 720px;
}

.fc-catpiratesmatch {
  background: url(../img/cat-pirates-match/cat-pirates-match-1280x720.jpg) no-repeat center/100%;
  width: 80vw;
  height: calc(720 / 1280 * 80vw);
	max-width: 1280px;
	max-height: 720px;
}
