/* Vimeo video plugin for Elxis 4.x
* Version: 1.1
* Author: Nikos Vlachtsis
* Copyright: Copyright (C) 2008 - 2015 - www.osw.gr
* License: http://www.gnu.org/licenses/gpl-3.0.html
*/

@media screen and (max-width: 980px) {
  .mediaWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.mediaWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

