

/* shared */

body #coidea {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 1100px;
  float: none;
}

body #coidea .grid {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
}

body #coidea .grid .grid-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body #coidea .grid .grid-item .image {
  position: relative;
  display: block;
  width: 110%;
  height: 100%;
  overflow: hidden;
  float: left;
}

body #coidea .grid .grid-item .image img {
  position: relative;
  display: block;
  width: 1100px;
  overflow: hidden;
}

body #coidea .grid .grid-item .content {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  padding-left: 480px;
  overflow: hidden;
  float: left;
}



/* effect-second */

body #coidea.effect-2nd {

}

body #coidea.effect-2nd .grid .grid-item .image .overlay1 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 110px;
  top: 0;
}

body #coidea.effect-2nd .grid .grid-item .image .overlay2 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 110px;
  top: 33.3333%;
}

body #coidea.effect-2nd .grid .grid-item .image .overlay3 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 110px;
  top: 66.6666%;
}



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

  body #coidea {
    height: auto; 
  }

  body #coidea .grid {
    padding: 32px;
  }

  body #coidea .grid .grid-item {
    height: auto; 
  }

  body #coidea .grid .grid-item .image {
    max-width: 100%;
    max-width: calc( 100% - 32px ) !important;
  }

  body #coidea .grid .grid-item .content {
    max-width: 85% !important;
    padding-left: 48px !important;
  }

  body #coidea .grid .grid-item .content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    padding-top: 16px !important;
  }

  body #coidea.effect-4th {
    height: 150vh;
  }

}