.cen_btn2 {
  margin: 0 0;
}
.cen_btn2 ul li {
  width:48%;
  min-height: 65px;
  margin: 0px 1% 10px 0px;
  float: left;
  display: table;
  line-height: 1.5em;
}
.cen_btn2 ul li a      {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  text-align: justify;
  background-color: #f3f3f3;
}
.cen_btn2 ul li a:hover      {
  background-color: #ccc;
}
.cen_btn2 ul li a:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin: 0 5px 0 5px;
  font-size: 15px;
  color: #cb2837;
  float:right;
  background: none;
}
.cen_btn2 ul .link a:before {
  content: "\f24d";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
  font-size: 13px;
  color: #cb2837;
  float:right;
}
.movie-box {
    padding: 0 0 40px;
}
.movie-box ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.movie-box ul li {
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: top;
    padding: 0 10px 0;
}
.movie-box ul li iframe {
    width: 100%;
}
.k-lips-logo {
    position: relative;
}
.k-lips-logo img {
    position: absolute;
    top: -120px;
    right: 0;
    width: 160px;
    height: auto;
}
@media only screen and (max-width : 736px){
.movie-box ul li {
  display: block;
  width: 100%;
  padding: 0 0 20px;
}
.k-lips-logo img {
    position: static;
    width: 130px;
    padding: 0 0 20px;
}
}