
.caption a[act="title"] {
  width: 100%;
}
.marker { background-color:yellow; }
.content-div {
    height: 95px;
    width: 925px;
    overflow: hidden;
}
.txtGradient {
    z-index: 1;
    position: relative;
    height: 50px;
    margin-top: -50px;
    overflow: hidden;
    background: linear-gradient(
        to top,
        rgb(255, 255, 255) 15%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media screen and (min-width:768px) {
    .content-div {
        height: 50px;
    }
    .txtGradient {
       height:60px;
    }
}
#content-main .content h2:after {display:none !important;}
.content-div ul {
    list-style: disc;
    padding-left: 40px;
}
