


/** ======================================================================================
*
* ATTACHMENTS
*
* ======================================================================================== */


/**
* Video ================================================================================================
*/

.wp-video {
	margin-top: 1em;
	margin-bottom: 1em;
}
video {
	max-width: 100%;
}
.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	margin-top: 1em;
	margin-bottom: 1em;
}
.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}



/**
* Gallery ================================================================================================
*/
.atwm-post-gallery {
}
.atwm-post-gallery {
	box-sizing: border-box;
	margin-left: -5px;
	margin-right: -5px;
}
.atwm-post-gallery:before, .atwm-post-gallery:after {
	content: " ";
	display: table;
}
.atwm-post-gallery:after {
	clear: both;
}

.atwm-post-gallery-image {
    padding-left: 5px;
    padding-right: 5px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.atwm-post-gallery-image img {
	width: 100%;
	height: auto;
}
.atwm-post-gallery-col-1 {
	width: 100%; 
}
.atwm-post-gallery-col-2 {
	width: 50%; 
}
.atwm-post-gallery-col-3 {
	width: 33.333%; 
}
.atwm-post-gallery-col-4 {
	width: 25%; 
}
.atwm-post-gallery-col-5 {
	width: 20%; 
}
.atwm-post-gallery-col-6 {
	width: 16.667%; 
}
.atwm-post-gallery-col-7 {
	width: 14.285%; 
}
.atwm-post-gallery-col-8 {
	width: 12.5%;
}
.atwm-post-gallery-col-9 {
	width: 11.111%;
}
