body section#coidea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	height: 900px;
	overflow: hidden;
}

body section#coidea .grid {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

body section#coidea .grid .grid-item {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	height: 900px;
	overflow: hidden;
	padding: 0px;
}

body section#coidea .grid .grid-item .image {
  position: relative;
  display: block;
  width: 100%;

  height: auto;
  overflow: hidden;
  float: left;
}

body section#coidea .grid .grid-item .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

body section#coidea .grid .grid-item .content {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

body section#coidea .grid .grid-item .content h2 {
	opacity: 0;
	font-size: 24px;
}

/* effect-first */

body section#coidea.effect-1st {
	background-color: #000;
}

body section#coidea.effect-1st .grid .grid-item .image .overlay {
  background-color: #121212;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body section#coidea.effect-1st .grid .grid-item .content h2 {
	font-size: 24px;
	line-height: 40px;
	padding-top: 240px;
	color: #F8F8F8;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}


/* effect-second */

body section#coidea.effect-2nd {
	background-color: #000;
	padding: 0px;
}

body section#coidea.effect-2nd .grid .grid-item .image .overlay1 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 0;
}

body section#coidea.effect-2nd .grid .grid-item .image .overlay2 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 33.3333%;
}

body section#coidea.effect-2nd .grid .grid-item .image .overlay3 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 66.6666%;
}

body section#coidea.effect-2nd .grid .grid-item .content h2 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	float: left;
	width: 700px;
	height: 750px;
	margin: 0px;
	padding-top: 200px;
	padding-right: 200px;
	padding-left: 50px;
	background-image: url(../../i/abou03.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

/* effect-third */

body section#coidea.effect-3rd {
	background: #121212;
}

body section#coidea.effect-3rd .grid .grid-item .image .overlay1 {
  background-color: #121212;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 0;
  top: 0;
}

body section#coidea.effect-3rd .grid .grid-item .image .overlay2 {
  background-color: #121212;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 33.3333%;
  top: 0;
}

body section#coidea.effect-3rd .grid .grid-item .image .overlay3 {
  background-color: #121212;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 66.6666%;
  top: 0;
}

body section#coidea.effect-3rd .grid .grid-item .content h2 {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	float: right;
	width: 600px;
	height: 700px;
	margin: 0px;
	padding-top: 200px;
	padding-right: 50px;
	padding-left: 300px;
	text-align: left;
	background-image: url(../../i/abou04.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* effect-fourth */

body section#coidea.effect-4th {
  background: #F8F8F8;
  font-family: 'Catamaran', sans-serif;
}

body section#coidea.effect-4th .grid .grid-item .image .overlay1 {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
left: 0;
  top: 100;
}

body section#coidea.effect-4th .grid .grid-item .content h2 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	float: left;
	width: 700px;
	height: 750px;
	margin: 0px;
	padding-top: 200px;
	padding-right: 200px;
	padding-left: 50px;
	background-image: url(../../i/abou03.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}


@media screen and (max-width: 992px) {

  body section#coidea {
    height: auto; 
  }

  body section#coidea .grid {
    padding: 32px;
  }

  body section#coidea .grid .grid-item {
    height: auto; 
  }

  body section#coidea .grid .grid-item .image {
    max-width: 100%;
    max-width: calc( 100% - 32px ) !important;
  }

  body section#coidea .grid .grid-item .content {
    max-width: 85% !important;
    padding-left: 48px !important;
  }

  body section#coidea .grid .grid-item .content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    padding-top: 16px !important;
  }

  body section#coidea.effect-4th {
    height: 150vh;
  }

}
