* {
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

section >h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 6px 0 12px;
}

article {
    width: 302px;
    float: left;
    margin-left: 36px;
}

article:first-child,
article:first-of-type {
    margin-left: 0;
}

article img {
    width: 100%;
    margin-bottom: 12px;
    height: 169px;
}

article h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}

article div {
    font-size: 15px;
    line-height: 20px;
    font-family: Georgia;
}

img.tracking-image {
    display:none;
}

iframe {
    border:none;
}

article iframe {
    height: 400px;
}