.fullwidth img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}

.description p {
    margin-top: 0px;
    text-align: left;
}

.description a {
    color: gray;
    text-decoration: none;
}