@media only screen and (max-width: 767px) {
    .bubble-item {
        height: 360px !important;
    }
}

@media only screen and (max-width: 900px) {
.teaser-cda .teaser-cda--list .teaser-cda--list-item.bubble-item .bubble-wrapper .bubble-textWrapper p.bubble-textsize7 {
font-size: 11px;
}
}
@media only screen and (max-width: 767px){
.teaser-cda .teaser-cda--list .teaser-cda--list-item.bubble-item .bubble-wrapper .bubble-textWrapper p.bubble-textsize1 {
font-size: 2em;
}
}
@media only screen and (max-width: 479px){
.teaser-cda .teaser-cda--list .teaser-cda--list-item.bubble-item .bubble-wrapper img {
width: auto;
height: 100%;
}
}
@media only screen and (max-width: 479px) {
.teaser-cda .teaser-cda--list .teaser-cda--list-item.bubble-item .bubble-wrapper {
height: auto;
width: 95%;
width: auto;
height: 100%;
}
}
@media only screen and (max-width: 479px) {
.teaser-cda .teaser-cda--list .teaser-cda--list-item.bubble-item .bubble-wrapper .bubble-textWrapper p.bubble-textsize1 {
font-size: 2em;
}
}
