
@import url('../fonts/fonts.css');

html, body{
   height: 100%;
 }

body {
  background-color: #fff;
  color: #000;
  padding: 0 0 0 0;
}

video { 
    background-color: rgba(255, 255, 255, 0.748);
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../media/video-bg.png') no-repeat;
    background-size: cover;
    object-position: center bottom;
    transition: 1s opacity;
}

img {max-width: 100%;}


.more{
  position:absolute;
  bottom:20px;
  right:20px;
  text-align: end;
  align-content: end;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  z-index:99;
}

.logo{
  position:fixed;
  top:10px;
  left:10px;
  align-content: end;
  z-index:999;
}

.back{
  position:fixed;
  top:10px;
  left:10px;
  align-content: end;
  z-index:999;
}

.logo-right{
  position:fixed;
  top:10px;
  right:10px;
  align-content: end;
  z-index:999;
}

.flag{
  position:fixed;
  top:10px;
  right:10px;
  align-content: end;
  z-index:999;
}

.download{
  position:fixed;
  bottom:10px;
  right:10px;
  align-content: end;
  z-index:999;
}

.art-video { 
    background-color: rgba(255, 255, 255, 0.748);
    width: auto;
    height: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  background-color: #2196F3;
  padding: 0px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  font-size: 30px;
  text-align: center;
}

.vimeo-grid-container {
  display: grid;
  grid-template-columns: 7% 86% 7%;
  background-color: #ffffff;
  padding: 0px;
}

.vimeo-square-grid-container {
  display: grid;
  /* border: 1px solid rgba(155, 0, 255, 1); */
  grid-template-columns: 50% 50%;
  background-color: #ffffff;
  padding: 0px;
  align-content: top;
  align-items: top;
}

.vimeo-grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  /* border: 1px solid rgba(0, 0, 0, 1); */
  padding: 0px;
  font-size: 30px;
  text-align: center;
  align-content: top;
  align-items: top;
}

.vimeo-grid-item-vertical {
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* border: 1px solid rgba(9, 0, 255, 1); */
  padding: 0px;
  font-size: 30px;
  text-align: center;
  align-content: top center;
  align-items: top center;
}

.block {
  /* background-color: rgba(238, 255, 65, 0.748); */
  display: block;
  padding: 0 0 0 0;
  text-align: start;
  align-content: start;
  margin-bottom: 10px;
}

.grid {
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  /* background-color: rgba(255, 0, 38, 0.729); */
  padding-top: 20px;
  max-width: 80%;
}

.footer {
  /* background-color: rgba(0, 0, 0, 0.674); */
  display: block;
  padding: 0 0 0 0;
  text-align: end;
  align-content: end;
}

.container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* border: 3px solid green;
  background-color: rgba(255, 0, 0, 0.674); */
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gutter {
  margin-left: 10px;
  margin-right: 10px;
}

.col-100 {
  width: 100%;
  float: left;
}

.col-50 {
  width: 50%;
  float: left;
}

.col-20 {
  width: 20%;
  float: left;
}

.clear {
  clear: both;
  display: block;
}

@media all and (max-width: 800) {
  .col-20 {
  width: 20%%;
}
  .col-50 {
    width: 50%;
  }
}

@media all and (max-width: 600px) {
  .col-100, .col-50, .col-20 {
    width: 100%;
    float: none;
  }
}

@media all and (max-width: 414) {
  .col-20 {
  width: 20%%;
}
  .col-50 {
    width: 50%;
  }
}

@media all and (max-width: 375) {
  .col-20 {
  width: 20%%;
}
  .col-50 {
    width: 50%;
  }
}

@media all and (max-width: 200) {
  .col-20 {
  width: 20%%;
}
  .col-50 {
    width: 50%;
  }
}