/* Advertisement Manager - front-end styles */

.amgr-ad {
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}

.amgr-ad * {
	box-sizing: border-box;
}

.amgr-ad.amgr-align-left {
	text-align: left;
}

.amgr-ad.amgr-align-center {
	text-align: center;
}

.amgr-ad.amgr-align-right {
	text-align: right;
}

.amgr-ad-link {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	border: 0;
}

.amgr-ad-picture {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.amgr-ad-image {
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 0;
	vertical-align: middle;
}

.amgr-type-html,
.amgr-type-js,
.amgr-type-shortcode {
	max-width: 100%;
}

.amgr-type-html img,
.amgr-type-shortcode img {
	max-width: 100%;
	height: auto;
}

.amgr-type-html iframe,
.amgr-type-shortcode iframe {
	max-width: 100%;
}

@media ( max-width: 767px ) {
	.amgr-ad-image {
		width: 100%;
	}
}
