.down-arrow {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    transition: all ease-in-out .03s;
}

.view-more-button:hover .down-arrow {
    transform: translate(-50%, 5px);
}

.video-card img {
    margin: 0;
}