p {
  margin-bottom: 0 !important;
}
section.container-gallery {
    width: 100%;
    max-width: 1600px;
    border: 20px solid #b5cdc2;
    border-bottom: none;
}
.img-block1-text,
.img-block2-text1,
.img-block2-text2,
.img-block2-text3 {
  transition: 1s;
}

.box-vetrina {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    background: url(../img/ingresso.jpg) center no-repeat;
    background-size: cover;
    transition: 1s;
    position: relative;
}
.box-vetrina img {
    margin: auto;
    max-width: 1000px;
    transition: 2s;
    opacity: 0;
    width: 130%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.img-block1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    align-items: center;
}
.img-block1-text {
    padding: 0px 30px 0 10px;
    text-align: center;
    opacity: 0;
}
.img-block1-img {
    /* background: url(../img/gallery/giochi.jpg) center no-repeat; */
    background-size: cover !important;
    height: 100%;
}
.img-block2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 100px;
}

.img-block2-img1 {
    /* background: url(../img/gallery/tavoli.jpg) center no-repeat; */
    background-size: cover !important;
    /* height: 600px; */
    grid-row: 1/8;
    grid-column: 1/7;
}
.img-block2-text1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* height: 350px; */
    grid-column: 7/13;
    grid-row: 1/5;
    padding: 0 10px 0 30px;
    opacity: 0;
}
.img-block2-img2 {
    /* background: url(../img/gallery/fasciatoio1.jpg) center no-repeat; */
    background-size: cover !important;
    /* height: 750px; */
    grid-column: 7/13;
    grid-row: 8/14;
}
.img-block2-text2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* height: 500px; */
    grid-column: 1/7;
    grid-row: 8/13;
    padding: 0 30px 0 10px;
    opacity: 0;
}
.img-block2-img3 {
    /* background: url(../img/gallery/minigiochi.jpg) center no-repeat; */
    background-size: cover !important;
    /* height: 600px; */
    grid-column: 1/7;
    grid-row: 13/20;
}
.img-block2-text3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* height: 400px; */
    grid-column: 7/13;
    grid-row: 14/18;
    padding: 0 10px 0 30px;
    opacity: 0;
}
.img-block2-img4 {
    width: 100%;
    /* height: 250px; */
    grid-column: 7/13;
    grid-row: 5/8;
    /* background: grey; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.img-block2-img4-1 {
    grid-column: 1;
    /* background: url(../img/gallery/cibo1.jpg) center no-repeat; */
    background-size: cover !important;
}

.img-block2-img4-2 {
    grid-column: 2;
    /* background: url(../img/gallery/cibo2.jpg) center no-repeat; */
    background-size: cover !important;
}
.img-block2-img5 {
    grid-column: 1/7;
    grid-row: 20/26;
    background-size: cover !important;
}

.img-block2-img6 {
    grid-column: 7/13;
    grid-row: 18/26;
    background-size: cover !important;
}

/* ANIMATIONS */


@keyframes gallery {
  30%{
    /* background: url(../img/gallery/giochi2.jpg) center no-repeat; */
    opacity: 0;
  }
  50%{
    /* background: url(../img/gallery/giochi2.jpg) center no-repeat; */
    opacity: 0;
  }
  /* 30%{
    background: url(../img/gallery/giochi2.jpg) center no-repeat;
    opacity: 0;
  }
  50%{
    background: url(../img/gallery/giochi.jpg) center no-repeat;
    opacity: 0;
  } */
  /* 65%{
    background: url(../img/gallery/giochi2.jpg) center no-repeat;
    opacity: 0;
  } */
  100%{
    /* background: url(../img/gallery/giochi.jpg) center no-repeat; */
    opacity: 1;
  }
}
@keyframes gallery2 {
  30%{
    /* background: url(../img/gallery/giochi2.jpg) center no-repeat; */
    opacity: 0;
  }
  50%{
    /* background: url(../img/gallery/giochi2.jpg) center no-repeat; */
    opacity: 0;
  }
  /* 30%{
    background: url(../img/gallery/giochi2.jpg) center no-repeat;
    opacity: 0;
  }
  50%{
    background: url(../img/gallery/giochi.jpg) center no-repeat;
    opacity: 0;
  } */
  /* 65%{
    background: url(../img/gallery/giochi2.jpg) center no-repeat;
    opacity: 0;
  } */
  100%{
    /* background: url(../img/gallery/giochi.jpg) center no-repeat; */
    opacity: 1;
  }
}
@media only screen and (max-width: 1300px) {
  .img-block2 {
    grid-auto-rows: 90px;
}
}
@media only screen and (max-width: 1200px) {
  .img-block2-img1 {
    grid-row: 4/10;
    grid-column: 1/9;
}

.img-block2-text1 {
    grid-column: 1/13;
    grid-row: 1/4;
    margin: 30px;
    padding: 0;
}
.img-block2-img4 {
    grid-template-columns: 1fr;
    grid-row: 4/10;
    grid-column: 9/13;
}
.img-block2-img4-1 {
  grid-column: 1;
  grid-row: 1;
}
.img-block2-img4-2 {
  grid-column: 1;
  grid-row: 2;
}
.img-block2-img2 {
    grid-column: 7/13;
    grid-row: 10/16;
}

.img-block2-text2 {
    grid-row: 10/15;
}

.img-block2-img3 {
    grid-row: 15/22;
}

.img-block2-text3 {
    grid-row: 16/20;
}

.img-block2-img5 {
    grid-row: 22/28;
}

.img-block2-img6 {
    grid-row: 20/28;
}

}

@media only screen and (max-width: 1100px) {

.img-block1 {
    min-height: auto;
    grid-auto-rows: minmax(200px, auto);
    grid-template-columns: 1fr;
}

.img-block1-text {
    grid-column: 1;
    grid-row: 1;
    margin: 30px;
    padding: 0;
}

.img-block1-img {
    grid-column: 1;
    margin: 0 10vw;
    height: 500px;
}
.img-block2-img3 {
    grid-row: 16/22;
}
.img-block2-img6 {
    grid-row: 21/28;
}
.img-block2-text2 {grid-column: 1/6;grid-row: 10/16;}

.img-block2-img2 {
    grid-column: 6/13;
}
.img-block2-text3 {grid-column: 8/13;grid-row: 16/22;}

.img-block2-img3 {
    grid-column: 1/8;
}
.img-block2-img6 {
    grid-column: 7/13;
    grid-row: 22/28;
}
}

@media only screen and (max-width: 900px) {
.img-block2 {
    grid-auto-rows: minmax(100px, auto);
}
.img-block2-text2 {
    grid-column: 1/13;
    grid-row: 10/13;
    margin: 30px;
    padding: 0;
}

.img-block2-img2 {
    grid-column: 1/13;
    grid-row: 13/16;
    margin: 0 10vw;
    height: 500px;
}
.img-block2-text3 {
    grid-column: 1/13;
    grid-row: 16/19;
    margin: 30px;
    padding: 0;
}

.img-block2-img3 {
    grid-column: 1/13;
    grid-row: 19/23;
    margin: 0 10vw;
    height: 500px;
}

.img-block2-img5 {
    grid-column: 1/13;
    grid-row: 23/28;
    margin: 15px 10vw;
    height: 500px;
}

.img-block2-img6 {
    grid-column: 1/13;
    grid-row: 28/32;
    margin: 0 10vw;
    height: 500px;
}
}

@media only screen and (max-width: 800px) {
.img-block2-img1 {
    grid-row: 4/9;
    grid-column: 1/13;
    height: 500px;
    margin: 0 10vw;
}
.img-block2-img4 {
    grid-template-columns: 1fr 1fr;
    grid-row: 9/10;
    grid-column: 1/13;
    margin: 10px 10vw 0;
    width: auto;
    height: 300px;
    grid-gap: 10px;
}
.img-block2-img4-2 {
    grid-column: 2;
    grid-row: 1;
}
}

@media only screen and (max-width: 690px) {
section.container-gallery {
border: 10px solid #b5cdc2;
}
.box-vetrina {
    min-height: 600px;
}
.contatti-titolo {
    border-top: none;
}
.img-block1-text,
.img-block2-text1,
.img-block2-text2,
.img-block2-text3 {
    margin: 30px 0;
}

.img-block1-text {
}

.img-block1-img,
.img-block2-img1,
.img-block2-img2,
.img-block2-img3,
.img-block2-img6 {
    margin: 0;
}

.img-block2-img4 {
    margin: 10px 0 0;
    height: 220px;
}

.img-block2-img5 {
    margin: 15px 0;
}
}
