@charset "utf-8";

#CCBASE .movie_menu {
  font-size: 16px;
  margin-bottom: 1em;
}

#CCBASE .movie_title {
  border: none;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
}
#CCBASE .movie_title a {
  background: url(/appliance/condense/etc/designs/panasonic/common-clientlibs/images/external-link-icon-g.png) no-repeat center left!important;
  padding-left: 1em!important;
}

#CCBASE .movie_menu .movie_set {
  position: relative;
  padding-bottom: 26.9%;
  height: 0;
  overflow: hidden;
}

#CCBASE .movie_menu .movie_set iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#CCBASE .movie_txt {
  background-color: #E9E9E9;
  padding: 1em;
  box-sizing: border-box;
  line-height: 1.6em;
  margin: 0;
  padding-bottom: 500px;
  margin-bottom: -500px;
}

@media screen and (max-width: 740px) {
  #CCBASE .movie_txt, .movie_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  #CCBASE .movie_menu {
    margin-bottom: 0;
  }
  #CCBASE .movie_menu .movie_set {
    padding-bottom: 56.25%;
  }
  #CCBASE .movie_txt {
    margin: 1em 0 1em 0;
    padding-bottom: 1em;
  }
}