.poster img {
    width: 100%;
    border: 1px lightgrey solid;
}

.poster h3 {
    margin-top: 0.75em;
    font-size: 20px;
}

.poster p {
    margin-bottom: 1.5em;
}

.row {
  display:inline-block;
  float:left;
}

@media (min-width: 768px) {
    .poster {
        margin-left: 2%;
        width: 23%;
        float: left;
        text-align: center;
    }
    
    .poster img {
        height: 35vw;
        object-fit: cover;
    }
    
    .first {
        margin-left: 0px;
        clear: both
    }    
}

@media (min-width: 996px) {
    .poster img {
        height: 32vw;
    }
}

@media (min-width: 1260px) {
    .poster img {
        height: 28vw;
    }
}