.article .iframe-video {
    position: relative;

}
.article .iframe-video:before {
    content: '';
    display: block;
    /*float: left;*/
    padding-top: 56.25%;
}
.article .iframe-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}



.article {
    padding: 12rem 12rem;
    background-color: #EEE7D3;
    border-radius: 5rem;
}
.article > *:first-child {
    margin-top: 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: 3.6rem 0 0;
    color: inherit;
    font-weight: 700;
}
.article h1 {
    font-size: 4rem;
}
.article h2 {
    font-size: 3.6rem;
}
.article h3 {
    font-size: 3.2rem;
}
.article h4 {
    font-size: 2.8rem;
}
.article h5 {
    font-size: 2.4rem;
}
.article h6 {
    font-size: 2rem;
}
.article p + h1,
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5,
.article p + h6 {
    margin: 3.6rem 0 0;
}
.article > p {
    margin: 3.6rem 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
}
.article ul,
.article ol {
    margin-top: 2.4rem;
}
.article ul li,
.article ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.5;
    font-size: 1.6rem;
}
.article ul li {
    list-style-type: disc;
}
.article ol li {
    list-style-type: decimal;
}
.article ul li:first-child,
.article ol li:first-child {
    margin-top: 0;
}


.article a {
    text-decoration: underline;
}



.article .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.article .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.article img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/*.article img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}*/
.article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}


.article .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.article .wp-caption + .gallery,
.article .wp-caption + a.swipebox,
.article .gallery + .wp-caption,
.article .gallery + .gallery,
.article .gallery + a.swipebox,
.article a.swipebox + .gallery,
.article a.swipebox + .wp-caption {
    margin-top: 0;
}
.article dl.gallery-item {
    position: relative;
    border: .1rem solid #EEE7D3;
}
.article .gallery-columns-1 .gallery-item {
    width: 100%;
}
.article .gallery-columns-2 .gallery-item {
    width: 50%;
}
.article .gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.article .content .gallery-columns-4 .gallery-item {
    width: 25%;
}
.article .content .gallery-columns-5 .gallery-item {
    width: 20%;
}
.article .content .gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.article .content .gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.article .content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.article .content .gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.article dt.gallery-icon {

}
.article dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.article dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
.article dl.gallery-item img {
    transition: .4s;
    width: 100%;
    height: auto;
     transform: scale(1.05);
}
.article dd.wp-caption-text.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.article .gallery.gallery-size-full dl.gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.article .gallery.gallery-size-full dt.gallery-icon {
    
}
.article .gallery.gallery-size-full a.swipebox {
    display: block;
    background: #000;
}
.article .gallery.gallery-size-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
