/* Add here all your css styles (customizations) */

/**added by para**/
.img-fluid-thumb{
    width: 100%;
}

.navi-name{
  white-space: nowrap;
}

.pulbic-item-container{
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #4fd2c2;
}
.pulbic-item-desc{
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    width: 100%;
    color: #707070;
}
.pulbic-item{
    position: relative;
    width: 182px;
    height: 215px;
}
.public-item-thumb{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hologram-card-container{
    text-align: center;
}
.hologram-card{
    display: inline-block;
    vertical-align: top;
    width: 350px;
}
.hologram-card-info{
    color: #212529;
    line-height: 5;
    font-weight: bold;
}
.hologram-thumb{
    width: 100%;
    height: 224px;
    background-repeat: no-repeat;
}
.hologram-desc{
    padding: 0 17%;
}
.hologram-title{
    color: #212529;
    font-size: 20px;
    padding: 20px;
}

.video-btn-play{
  padding: 0;
}
.video-btn-play:hover{
  .video-btn-play-ic{
      fill:red;
  }
}
