/*for hover effect*/
.hover_teaser:hover img {
    display: none;
}
.hover_teaser:hover img + img {
    display: inline-block;
}
.hover_image img {
    border-radius: 0;

    width: 100% !important;
    height: auto !important;
}
.c-teaser-da__width {
     width: 100%;
     height: auto;
 }
.c-teaser-da__hover_image:hover {
    box-shadow: none !important;
}