/* Lauoyt 0 */
.frame-type-chsteaserbox_imagebox .img-caption-ar {
  position: relative;
  padding: 5px;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}
.frame-type-chsteaserbox_imagebox .img-caption-ar img {
  width: 100%;
  height: auto;
}
.frame-type-chsteaserbox_imagebox .caption-ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: all .25s ease;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content {
  width: 80%;
  height: auto;
  left: 10%;
  top: 50%;
  margin-top: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  transition: all .50s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.frame-type-chsteaserbox_imagebox .caption-ar:hover .caption-content {
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.frame-type-chsteaserbox_imagebox .caption-ar:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content a {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 5px 10px 5px 10px;
  color: #fff;
  border: solid 1px #999;
  text-decoration: none;
  margin-bottom: 10px !important;
  display: inline-block;
  transition: all .25s ease;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content a i {
  margin-right: 10px;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content .caption-title {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content .description {
  line-height: 1.20em;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content .title {
  line-height: 1.42em;
  font-weight: bold;
}
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content .caption-title {
  line-height: 1.42em;
}


@media only screen and (max-width: 991px) {
.chs_dynrow_col {height:auto !important;}
}
@media only screen and (max-width: 767px) {
.frame-type-chsteaserbox_imagebox .caption-ar .caption-content a{padding-top:3px;padding-bottom:2px;margin-bottom:4px !important;}
}