﻿/* ***** StrapImg START ***** */
.StrapImg,
.StrapImg .Canvas{
	position:relative;
	width:100%;
	overflow:hidden;
}
.StrapImg .Canvas{
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center;
	height:320px;
}

.StrapImg.Slim .Canvas{
	height:260px;
}
.StrapImg.Thick .Canvas{
	height:380px;
}

.StrapImg .Canvas .Backdrop img{
	width: 100%;
}

.StrapImg .Body{
	position:absolute; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	/*border:solid 5px green;*/
}
.StrapImg .Body section {
	position: absolute;
	width: 80%;
	padding: 10px 0 5px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #ffffff;
}
.StrapImg .Body section header img {
	position: absolute;
	left: 50%;
	/*bottom: 50%;*/
	transform: translateX(-50%);
	/*height: 120px;*/
	filter: drop-shadow(0 0 10px #000000) drop-shadow(0 0 5px #000000);
	max-height: 100%;
	max-width: 100%;
}
.StrapImg .Body section header,
.StrapImg .Body section header img {
	height: 120px;
}
.StrapImg .Body section span {
	display: block;
	font-size: 30px;
	text-shadow: 0 0 20px #000000, 0 0 15px #000000, 0 0 10px #000000;
}
.StrapImg .Body section a {
	background-color: #EC6608;
	color: white;
	font-weight: bold;
	box-shadow: 2px 2px 2px #888888;
	margin-bottom: 10px;
	margin-top: 10px;
}
.StrapImg .Title {
	color: white;
	font-weight: 800;
	font-size: 30px;
	background-color: #333333;
	padding: 10px 10px 10px 10px;
}


.ForecastKey::before{
	content: 'Forecasts by GlobalData economists';
	font-style: italic;
	margin: 5px 0 5px 0;
	display:block;
}


@media screen and (max-width: 1000px) {
	.StrapImg .Body section header img {
		max-width:100%;
		max-height:100%;
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 800px){
	.StrapImg .Canvas{
		height:260px;
	}
	.StrapImg.Slim .Canvas{
		height:200px;
	}
	.StrapImg .Body section header {
		height: 90px;
	}
	.StrapImg .Body section span {
		font-size: 26px;
	}
}
@media screen and (max-width: 600px){
	.StrapImg .Canvas{
		height:200px;
	}
	.StrapImg.Slim .Canvas{
		height:160px;
	}
	.StrapImg .Body section {
		width: 90%;
	}
	.StrapImg .Body section header{
		height: 70px;
	}
	/*.StrapImg .Body section header img {
		max-height: 100%;
		max-width: 100%;
	}*/
	.StrapImg .Body section span {
		font-size: 18px;
	}
	.StrapImg .Title {
		font-size: 22px;
	}
}
@media screen and (max-width: 415px){
	.StrapImg .Body section {
		width: 100%;
	}
	/*.StrapImg .Body section header img {
		max-width: 100%;
	}*/
}
/* ***** StrapImg END ***** */