#counter.big {
  font-size: 2000%;
  opacity: 0;
  transition: all linear 1s;
}

.g-item
{
	width: 240px;
	height: 240px;
}

.g-prew
{
	width: 200px;
	height: 200px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.video-container {
	height:70vh;
}

video { 
	width: 100%;
	height: 100%;
}



