#locked {
    height: 200px;
}

#premium_icon {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 30px;
  height: 30px;
  z-index: 5;
}

#premium_icon img {
  border-radius: 50%;
  /*background-color: white;*/
}

@media (max-width: 767px) {
    header {
        min-height: 87px;
    }

    #locked {
        margin-left: -15px;
        margin-right: -15px;
        height: 300px;
        margin-bottom: -270px;
    }
}

/* Text-Link instead of Button */
.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: grey;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

.text-1-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 27.3px;
    line-height: 1.625
}

.text-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 54.6px;
    line-height: 1.625
}

.text-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 81.9px;
    line-height: 1.625
}
