#inner-content{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin: 0px auto !important;
  padding-top: 40px;
  overflow: visible;
}

#graph{
  position: relative;
  overflow: visible !important;
  height: 3000px;
  min-height: 1900px;
  margin-top: 60px;
  /*border: 3px solid black;*/
}

.bydek{
  margin-top: 0px;
  margin-bottom: 0px;
}

.article-title{
  font-size: 70px;
}

@media only screen and (max-width: 700px){
  .article-title{
    font-size: 50px;
  }
}
@media only screen and (max-width: 500px){
  .article-title{
    font-size: 30px;
  }
}

.graphic{
  cursor: pointer;
  /*display: inline-block;*/
  /*float: left;*/
  /*width: 20%;*/
  /*height: 232px;*/
  /*height: 120px;*/
  display: block;
  overflow: hidden;
  border: 2px solid #ccc;
  position: absolute;
  background: black;
}

.graphic:hover img{
  opacity: .3;
  transition: opacity .4s;
}


.title{
  position: absolute;
  top: -20px;
  left: 10px;
  padding-right: 10px;
  color: white;
  opacity: 0;
  font-family: "BWHaasText-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  transition: all .4s;
}
.graphic:hover .title{
  opacity: 1;
  top: 10px;
}


.blurb{
  position: absolute;
  bottom: 10px;
  left: -10px;
  color: white;
  opacity: 0;
  transition: all .4s;
  padding-right: 10px;
  width: calc(100% - 20px);
}
.graphic:hover .blurb{
  opacity: 1;
  left: 10px;
}

.blurb .text{
  font: 500 14px/17px "TiemposTextWeb-Regular", "Georgia", Times, serif;
}

.blurb .name{
  font-style: italic;
  text-align: right;
  margin-top: 10px;
}

.blurb a{
  color: white;
  text-decoration: underline;
}



@media only screen and (max-width: 700px){
  .graphic{
    display: block;
    position: relative;
    top: 0px !important; 
    left: 0px !important; 
    width: 100% !important;
  }

  .title{
    background: rgba(0,0,0,.5); 
    top: 10px;  
    opacity: 1;  
    width: 100%;
    padding: 10px;
  }

  .blurb{
    left: 10px;
    opacity: 1;
    background: rgba(0,0,0,.5); 
    width: calc(100% - 10px);
    padding: 10px;
    bottom: 0px;

  }
}
