@charset "UTF-8";

.cm-media__body {
  position: relative;
}
.cm-media-txt {
  position: absolute;
  bottom: 7px;
}

@media screen and (max-width: 767px) {
  .cm-media-txt {
    position: static;
    bottom: auto;
  }
}