  @media (max-width: 768px) {
	.uw-story-header {
		height: 100%;
		min-height: 100%;
		margin-top: 60px;
		align-items: center;
	}
	.uw-story-header .w-50 { padding: 0 !important; }

	.uw-story-header #pause { top: 10px; }

	#copy-block-1 .row div {
		padding-left: 0 !important;
	}

	.uw-story-header.full-video .modal .modal-content {
		height: 100%;
		margin-top:70px
	}

	.uw-story-header.full-video .modal .modal-dialog {
		max-height: none;
		height: 40%;
	}

	.uw-story-header.full-video .modal .modal-content .modal-body {
		height: 100%;
	}

	.uw-story-header.full-video .modal .modal-content .modal-body iframe {
		max-height: none;
		height: 100%;
	}
}