.cookmore video, .cookmore img {
    width: 180px;
    height: 366px;
}

@media screen and (max-width: 629px) {
    .cookmore video, .cookmore img {
        display: block;
        margin: 0 auto 1em auto;
        width: 70%;
        height: auto;
    }   
}
