.lede-text-overlay-parallax .lede-content{
  margin:50% auto 0;
}


.copyblock{
	width: 60%;
	max-width: 720px;
	margin: 30px auto;
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.6em;
	font-family: "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;

  /*text-align: center;*/
}

.leadphotoinfo {
  margin-left: 20px;
  margin-bottom: 15px;
  font-color: black;
}

.mouse-over-img{
  position: relative;
  z-index: 0;
  transition: all .5s;
  width:25px;
}

.mouse-over-img:hover{
  text-decoration: underline;
}

.mouse-over-img:after {
  display: inline-block;
  vertical-align: top;
  /*background-image: url('img/3.png');*/
  width: 20px;
  height: 20px;
  background-size: cover;
  content: " ";
  position: relative;
  margin-left: -28px;
  top: -1px;
  transition: all 200ms linear 200ms;
  margin-right: 4px;
  margin-top: 3px;
}

.mouse-over-img.black:after  { background-image: url('img/pulse_icon.png') }
/*.mouse-over-img.red:after  { background-image: url('img/icon-red.png') }
.mouse-over-img.green:after{ background-image: url('img/icon-green.png') }
.mouse-over-img.blue:after { background-image: url('img/icon-blue.png') }*/

.mouse-over-img:hover:after{
  opacity: 0;
  transition: all 0ms;
}

.mouse-over-img div{
  display: inline-block;
  line-height: 25px;
  position: relative;
  overflow: visible;
  width: 25px;
  margin-top: 3px;
  /* border: 3px solid black; */
}

.mouse-over-img div div{
  position: absolute;
  width: 230px;
  height: 200px;
}

.mouse-over-img img{
  width: 20px;
  height: 20px;

  position: absolute;
  top: -23px;
  left: 1px;

  transition: all .5s;
}

.mouse-over-img:hover{
  z-index: 10000;
}

.mouse-over-img div div{
  pointer-events: none;
}
.mouse-over-img img{
  pointer-events: all;
}

.mouse-over-img:hover img{
  width: 235px;
  height: 300px;
  top: -88px;
  left: -90px;
  background-color: white;
  opacity: 1;

}
.mouse-over-img:hover img.left{
  left: -0px;
}
.mouse-over-img:hover img.right{
  left: -200px;
}

.mouse-over-img.black   img{border: 1px solid black; }
.mouse-over-img.black {color: black; }
/*.mouse-over-img.red   img{border: 1px solid rgb(38,38,38); }
.mouse-over-img.red {color: rgb(38,38,38); }
.mouse-over-img.green img{ border: 1px solid rgb(76,208,160); }
.mouse-over-img.green {color: rgb(76,208,160); }
.mouse-over-img.blue img{ border: 1px solid rgb(45,187,228); }
.mouse-over-img.blue {color: rgb(45,187,228); }*/


.pullquotes {
  font: "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  font-size: 2.2em;
  font-width: 3.2rem;
  position: relative;
  width: 58%;
  max-width: 48rem;
  margin: 1em auto;
  color: #262626;
  padding: 1em 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}


/*@media only screen and (max-width: 768px){
  .mouse-over-img div div{
    position: inline-block;
  }

  .mouse-over-img img{
    position: inline;
    width: 200px;
    height: 200px;
  }
}*/

.video {
  margin: 40px auto;
}

.video-js, .video iframe {
  margin: 0 auto;
  min-width: 760px;
  min-height: 428px;
  display: block;
}



@media only screen and (max-width: 768px) {
  .video-js, .video iframe {
    min-width: 480px;
    min-height: 270px;
  }

  .lede-text-overlay-parallax .lede-content{
    margin-top: 80%
  }

  .pullquotes{
    font-size: 1.75em;
    line-height: 1.05em;
  }

}

@media only screen and (max-width: 490px) {
  .video-js, .video iframe {
    min-width: 320px;
    min-height: 180px;
  }

  .lede-text-overlay-parallax .lede-content{
    margin-top: 120%
  }
}