
.singleimagewrapper
{
  width: 100%;
  position: relative;
}

.singleimagewrapper .image
{
  width: 100%;
  max-height: unset;
}

.singleimagewrapper .image img
{
  max-width: 100%;
  height: auto;
}
.singleimagewrapper .flex-wrapper
{
  padding: 15px 15px 5px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.3);
  height: auto;
}

.singleimagewrapper .flex-title {
  padding: 0px;
  height: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 110%;
}

.singleimagewrapper .flex-description {
  padding: 10px 0px 10px 0px;
  min-height: 50px;
  height: auto;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}
.singleimagewrapper .flex-description * {
  line-height: 120%;
  font-size: 18px;
}

.singleimagewrapper .singlespacer, .singleimagewrapper .singlereadmore {
  padding-bottom: 20px;
}


@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {

  .singleimagewrapper .flex-wrapper
  {
    padding: 0px;
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    background: rgba(0,0,0,0);
    height: auto;
  }
  .singleimagewrapper .flex-wrapper *
  {
    color: #333333;
  }
  .singleimagewrapper .flex-description * {
    line-height: 180%;
    font-size: 16px;
  }
}