.pictures-background{
  background-color: white;
  height: 36rem;
}

.pictures-title p{
  color: black;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.pictures{
  position: relative;
  height:84rem;
}

.pictures-upper{
  position: relative;
  height: 56rem;
}

.pictures-upper-left{
  position: relative;
  height: 100%;
  float: left;
}


.pictures-upper-right{
  position: relative;
  height: 100%;
  padding: 0;
  float: left;
}

.pictures-upper-right-up-left{
  position: relative;
  height: 50%;
  float: left;
}

.pictures-upper-right-up-right{
  position: relative;
  height: 50%;
  float: left;
}

.pictures-upper-right-up-left-down{
  position: relative;
  height: 50%;
  float: left;
}

.pictures-upper-right-up-right-down{
  position: relative;
  height: 50%;
  float: left;
}

.pictures-lower{
  position: relative;
  height: 28rem;
}

.pictures-lower-left{
  position: relative;
  height: 100%;
  float: left;
}

.pictures-lower-right{
  position: relative;
  height: 100%;
  padding: 0;
  float: left;
}

.pictures-lower-right-left{
  position: relative;
  height: 100%;
  float: left;
}

.pictures-lower-right-right{
  position: relative;
  height: 100%;
  float: left;
}


.pictures-icon{
  position: absolute;
  bottom: 3rem;
}

.pictures-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}






/*-----------------------------------------------------------------------------*/


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

  .pictures-background{
    background-color: white;
  }

  .pictures-title p{
    color: black;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
  }

  .pictures{
    position: relative;
    height: auto;
  }

  .pictures-upper{
    position: relative;
    height: auto;
  }

  .pictures-upper-left{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-upper-left img{
    content:url("../images/mobile/gtd1sec03img01bike.jpg");
  }


  .pictures-upper-right{
    position: relative;
    height: auto;
    padding: 0;
  }

  .pictures-upper-right-up-left{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-upper-right-up-left img{
    content:url("../images/mobile/gtd1sec03img02snow.jpg");
  }

  .pictures-upper-right-up-right{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-upper-right-up-right img{
    content:url("../images/mobile/gtd1sec03img03travel.jpg");
  }

  .pictures-upper-right-up-left-down{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-upper-right-up-left-down img{
    content:url("../images/mobile/gtd1sec03img04family.jpg");
  }

  .pictures-upper-right-up-right-down{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-upper-right-up-right-down img{
    content:url("../images/mobile/gtd1sec03img05hike.jpg");
  }

  .pictures-lower{
    position: relative;
    height: auto;
  }

  .pictures-lower-left{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-lower-left img{
    content:url("../images/mobile/gtd1sec03img06mount.jpg");
  }

  .pictures-lower-right{
    position: relative;
    height: auto;
    padding: 0;
  }

  .pictures-lower-right-left{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-lower-right-left img{
    content:url("../images/mobile/gtd1sec03img07camp.jpg");
  }

  .pictures-lower-right-right{
    position: relative;
    height: 30rem;
    z-index: 9;
  }

  .pictures-lower-right-right img{
    content:url("../images/mobile/gtd1sec03img08sail.jpg");
  }


  .pictures-icon{
    position: absolute;
    bottom: 5rem;
  }

  .pictures-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
