//
// Exported selectors
//
.#{$global-class-prefix}responsive-embed {
	position: relative;
	display: block;
	padding: 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;

	iframe,
	embed,
	object,
	video {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		border: 0;
	}

	&.tailor-responsive-embed-4by3 {
		padding-bottom: 75%;
	}
}