.att-tour-videos-widget {
	display: block;
	width: 100%;
}

.att-tour-videos-widget-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.att-tour-videos-widget-item video,
.att-tour-videos-widget-item iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
}

.att-tour-videos-widget-item--embed {
	line-height: 0;
}

.att-videos-placeholder {
	padding: 12px 16px;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	color: #555;
}
