@charset "UTF-8";

div.panel-0015 .jp-cmp-topics-movie-001 {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.jp-cmp-carousel-001 dl dt {
  display: block;
  width:auto;
  height:118px;
  background-color: #fff;
  box-sizing:border-box;
  position: relative;
}

.jp-cmp-carousel-001 dl dt img {
   display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


