.cover-image {
    width: 100%;
    height: 366px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("data/images/placeholder.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    transform-origin: 0% 0%;
    transition: all 0.3s ease-in;
}
