html, body {
	width: 100%;
	height: 100%;
    margin: 0;
}

.container-fluid {
    /*
    height: 100%;
    overflow-y: hidden;
    */
}

#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%;
}

.fullsize, .gallery, .logo { 
	width: 100%;
}

.fullsize { 
	height: 100%;
}

.box {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.logo2 {
    flex: 0 1 auto;
}

.gallery2 {
    flex: 1 1 auto;
    /*max-width: 90vw;*/
}

.subitemI {
	width: 100%;
	height: auto;
	object-fit: contain;
}



