.img-wrapper {
    width: 100%;
    height: 160px;
    background-image: url(../img/image.png);
    background-size: cover;
    text-align: center;
}

.img-wrapper .title {
    background: #011826;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
}

.infos .like-popup {
    background: rgba(255, 255, 255, 0.7);
    width: 85%;
    padding: 15px;
    margin: -100px auto 20px !important;
    text-align: justify;
    line-height: 22px;
    box-shadow: 0px 1px 13px -5px #000;
    border-radius: 2px;
}

.infos .like-popup p {
    margin-bottom: 10px;
}
