.crop
{
    object-fit: cover;
    width: 300px;
    height: 200px;
    border: 3px solid #00a8e1;
}

//для кнопок
.cwd{text-align:center;}
.cwda{cursor: pointer; font-size:14px;  text-decoration: none; padding:10px 20px; color:#ffffff; background-color:#7accee; border-radius:5px; border: 3px solid #7accee;}
.cwda:hover{background-color:#f26d6e;color:#ffffff;}