/**
 * @file plugins/themes/uws/styles/uws.css
 *
 * Copyright (c) 2020 Vanderbilt University Library
 * Copyright (c) 2020 Tao You
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * customized styles for Vanderbilt Undergrade Writing Studio journal 
 **/

/**
 * responsive iframe styles for author's reflection video 
 * source:  https://blog.theodo.com/2018/01/responsive-iframes-css-trick/
**/

.resp-container {
	position: relative;
	overflow: hidden;
	/*padding-top: 56.25%; */	
}

.resp-container .iframe {
	position: absolute;
	top: 0; 
	left:0; 
	width: 100%; 
	height: 100%;
	border: 0;
}