.gya_image, 
.gya_youtube {
    width: calc( 100% + 2*190px + 120px );
    margin-left: calc( -190px - 120px );
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

.gya_image__image {
    float: left;
	width: 83%;
}

.gya_image__text,
.gya_youtube__text {
    margin: 0;
    float: right;
    width: 17%;
    padding-left: 20px;
    color: #7F7F7F;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Gilroy-SemiBold';
}

.article-text .article-marker {
    width: calc( 100% + 190px + 120px );
    margin-left: calc( -190px - 120px );
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.gya_youtube__video {
    padding-bottom: 46.25%;
    position: relative;
    display: block;
    width: 83%;
    float: left;
}

.gya_youtube__video iframe {
    width: 100%;
    height: 100% !important;
    position: absolute;
}

@media only screen and (max-width: 1200px) {
	.gya_image, 
	.gya_youtube {
		width: 100%;
		margin: 0;
	}
	.gya_image__image {
		width: 100%;
		float: none;
	}
	
	.gya_image__text {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	
	.gya_youtube__video {
		width: 100%;
	}
	
	.gya_youtube__video iframe {
		width: 100%;
	}
	
	.gya_youtube__text {
		width: 100%;
		margin: 15px 0 30px;
	}
	
}