// Credit: Nicolas Gallagher and SUIT CSS.
@if $RTL-template == true {
	.embed-responsive {
	  .embed-responsive-item,
	  iframe,
	  embed,
	  object,
	  video {
	    left: auto;
	    right: 0;
	  }
	}
}