/**
 * PokerStrategy Banner Containers — base styling.
 * Content (image/HTML/embed) is entered by editors via the WYSIWYG
 * editor on each Banner Container; these rules just keep it tidy and
 * responsive across desktop, tablet and mobile, and collapse cleanly
 * when a container has no content or is disabled.
 */

.ps-banner-container {
	display: block;
	margin: 0 auto 16px;
	overflow: hidden;
	text-align: center;
}

.ps-banner-container:empty {
	display: none; /* Disabled / no content -> collapse, page still works fine. */
}

.ps-banner-container img,
.ps-banner-container iframe,
.ps-banner-container embed,
.ps-banner-container video {
	max-width: 100%;
	height: auto;
	border: 0;
}

.ps-banner-container p {
	margin: 0;
}
