/*   
Theme Name: ANA MELIKIAN edited for MHT
Theme URI: none
Description: edited version to remove the news-details and add sidebar images
Author: Alexander Ortenburger
Author URI: ortenburgers.de
Template: ANAMELIKIAN-20160309
Version: 0.1
.
modified version of ana melikians theme, only to be used on mht-gmbh.de.
.
*/

@import "fonts/fonts.css"; /* Using a string */
@import url(../ANAMELIKIAN-20160309/style.css);

.side-img-left {
	position: absolute;
	left: -2rem;
	left: -32px;
	top: 0;
	width: 18vw;
	width: 18%;
}

.side-img-right {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 13vw;
	width: 13%;
}

#tagline {
	color: #dd3333;
	font-family: TradeGothic, Helvetica, Arial, sans-serif;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

@media (max-width:1200px) {
	.side-img-left,
	.side-img-right {
		display: none;
	}
}