.imagerss_custom_photoframe {
  display: block;
  margin: 0px 0 10px;
  padding: 0px 0;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

.imagerss_box_note_photoframe {
  transition: all 0.5s;
  width: 160px;
  height: 123px;
  margin: 5px 0 0 4px !important;
  float: left;
  position: relative;
}
.imagerss_box_note_photoframe span {
  display: inline-block;
  width: 100%;
  height: 123px;
  vertical-align: bottom;
  margin: 0;
  border: none;
  background-size: cover;
}
.imagerss_box_txtbox_photoframe {
  transition: all 0.5s; 
}
.imagerss_box_txtbox_photoframe {
  transition: all 0.5s;  
  opacity: 0.85;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0px;
  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  width: 150px;
  padding: 4px 5px !important;
  background: rgba(127, 0, 25, 0.8) !important;
  background: #e10082 9;
  color: #fff !important;
  text-decoration:none !important;
  white-space: normal;
  overflow:hidden;
}

.imagerss_box_note_photoframe:hover {
  transform: scale(1.02);
  transition: all 0.5s;
}

.imagerss_box_note_photoframe:hover span {
  opacity: 1;
}

.imagerss_box_note_photoframe:hover  .imagerss_box_txtbox_photoframe {
    opacity: 0;
    transition: all 0.5s;
}