.img-container-grid {
  display: flex;
  flex-wrap: wrap;
}

.bigsquare-1 {
  max-width: calc(100% / 1);
  height: auto;
  flex: 0 0 calc(100% / 1);
  padding-top: 80%;
  display: grid;
  position: relative;
}

.bigsquare-2 {
  max-width: calc(100% / 2);
  height: auto;
  flex: 0 0 calc(100% / 2);
  padding-top: 35%;
  display: grid;
  position: relative;
}

.smallsquare-3 {
  max-width: calc(100% / 3);
  height: auto;
  flex: 0 0 calc(100% / 3);
  padding-top: 25%;
  display: grid;
  position: relative;
}

.img-grid-c {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
  padding: 2px;
  cursor: pointer;
}

.view-all {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  pointer-events: none;
}

.view-all-cover {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #000;
  opacity: .5;
  z-index: 101;
  pointer-events: none;
}

.noclick {
  pointer-events: none;
}

.view-all-text {
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  color: #FFFFFF;
  z-index: 102;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  -moz-transition: -moz-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  -o-transition: -o-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: .6;
  will-change: opacity;
  -webkit-transition: opacity .12s ease-in;
  -o-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: .6;
  will-change: opacity;
  -webkit-transition: opacity .12s ease-in;
  -o-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, .9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}