.images-section .image-box .back {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 5;
    opacity: 0;
    text-align: center;
    background: rgba(220, 32, 44, .74) !important;
    font-size: 21px;
    line-height: 23px;
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    white-space: nowrap;
}

@media only screen and (max-device-width: 480px) {
  #introtext { 
  margin-top: 0px;
  padding: 0px;
   text-align:center;
   line-height:20pt;
  
  }


}

/* center image in post */
article img {
    display: block;
    margin: 0 auto;
}


.pum {
    z-index: 500 !important;
}

.form-allowed-tags {
display: none;}