/* -- START -- Reset */
#bsa-image-central h3,
#bsa-image-central a,
#bsa-image-central img,
#bsa-image-central span,
#bsa-image-central p {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    line-height: 1.25;
}
/* -- END -- Reset */


/* -- START -- TEMPLATE */
#bsa-image-central.apPluginContainer .bsaProItem,
#bsa-image-central .bsaProItemInner__thumb,
#bsa-image-central .bsaProAnimateThumb {
    max-width: 100%;
    max-height: 150px;
}

#bsa-image-central .bsaProAnimateThumb {
    position: relative;
    width: 100%;
    height: auto;
}

#bsa-image-central .bsaProAnimateThumb:before{
    content: "";
    display: block;
}

#bsa-image-central .bsaProItemInner__img {
    /*position:  absolute;*/
    /*width: 100%;*/
    /*max-height: 150px;*/
    /*height: auto;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*background-size: contain !important;*/
    /*background-repeat: no-repeat;*/
}
#bsa-image-central .bsaProItemInner__img img{
    width: 100%;
}
/* -- END -- TEMPLATE */
