#tempel-header-ta-prohm {
  background: url('../img/header-4057.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  padding-top: 160px;
}

section { padding: 0px 0; }

#about {
  padding-bottom: 75px;
}

footer {
  margin-top: 75px;
}
#about .about-des {
  padding-top: 5px;
  padding-bottom: 15px;
}

#portfolio {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 20px;
}

#portfolio img {
  width: auto;
  transition: all 0.4s ease-in;
  opacity: 0.8;
  border-radius: 3px;
}

/*
#about img:hover {
  opacity: 1;
  
}

#about img {
  width: auto;
  transition: all 0.4s ease-in;
  opacity: 0.8;
  border-radius: 3px;
}
*/

.embed-container {
  position: relative; 
  padding-bottom: 100%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 100%;
}

.nivo-lightbox-wrap  {
	position: absolute;
	top: 5%;
	bottom: 3%;
	left: 2%;
	right: 2%;
}

/* media 960 */
@media ( max-width: 960px ) {

  #tempel-header-ta-prohm {
      min-height: 300px;
	  padding-top: 110px;
  }  
  #h1 {
    font-size: 30px;
  }  
}

/* media 720 */
@media ( max-width: 720px ) {

  #tempel-header-ta-prohm {
      min-height: 250px;
	  padding-top: 60px;
  }  
  #h1 {
    font-size: 30px;
  }
}
