﻿.product-ad {
    float: left;
    width: 300px;
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    .product-ad {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}
