/**
 * @about: 	html-fullwidth.css - Contains all styles for the html-fullwidth article template
 */

.at-hf-content-wrapper {
    position: relative;
    z-index: 1;
}

.at-hf-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
}

.at-hf-content iframe {
    display: block;
    max-width: 100%;
}

.at-hf-text p:last-child {
    margin-bottom: 0;
}