.movieBox {
  position: relative;
  width: 100%; }
  .movieBox > img {
    width: 100%; }
  .movieBox .iconBox {
    position: absolute;
    top: 60%;
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: center; }
    .movieBox .iconBox .movieIcon {
      width: 100px;
      height: 100px;
      border: #fff 8px solid;
      border-radius: 50%;
      margin: 0 20px;
      font-size: 30px;
      text-align: center;
      color: #fff;
      text-decoration: none; }
      .movieBox .iconBox .movieIcon i {
        font-size: 40px;
        line-height: 85px;
        pointer-events: none; }
