/*
Theme Name: Ego
Theme URI: http://udthemes.com/ego-wordpress-theme
Description: Responsive Onepage WordPress Theme with Parallax. An UnlimitDesign and Farid Hadi production.
Author: UDTHEMES
Author URI: http://udthemes.com
Version: 2.5
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, fixed-width, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

License: GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html

Copyright: UDTHEMES (http://udthemes.com/)

*/

.fa-4x {
    font-size: 4em;
    color: #4887bf;
}

.fa-1x {
    color: #4887bf;
}

.banner-top-left {
    padding-left: 0px;
    align:top;
}

@media only screen and (min-width: 500px) {
.banner-top-left {
    padding-left: 0px;
    align:top;
    width: 300px;
    height:253px;
}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 281px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}