.header-home .inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.hh-right {
	padding-left: 50px;
}
.hh-left  {
	display:flex;
	padding-left: 0px;
	align-items: center;
	justify-content: center;
	font-family: "BebasNeue";
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;

}
.hh-date {
	margin-top: 40px;
	text-align: center;
}
.header-home span.white {
	color:#fff;
	padding-left: 5px;
	padding-right:10px;
}
.header-home span.red {
	color:#F05734;
}
.header-home span.yellow {
	color:#F78D0D;
}
.header-home span.green {
	color:#249A98;
}
@media (min-width: 982px) and (max-width:1200px){
	.header-home .inner {
		overflow: hidden;
	}
	.header-home .inner {
		grid-template-columns: 1.2fr 1fr !important;
	}
	.hh-logo img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.hh-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 375px;
	}
	.hh-left {
		box-sizing: border-box;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hh-right {
		background-position: bottom center;
		background-size:cover;
		background-image:var(--header-img);
		    height: calc(100% + 1px);
	}
	.hh-right img {
		display: none;
	    height: 100%;
	}
	.hh-date {
		font-size: 43px;
		padding-left: 50px;
	}
}
@media (min-width: 1201px) {

	.header-home .inner {
		overflow: hidden;
	}
	.hh-logo {
		max-width: 477px;
	}
	.hh-left {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.hh-right {
		background-position: bottom center;
		background-size:cover;
		background-image:var(--header-img);
		    height: calc(100% + 1px);
	}
	.hh-right img {
		display: none;
	    height: 100%;
	}
	.hh-date {
		font-size: 43px;
		padding-left: 50px;
	}
}
@media (min-width: 768px) and (max-width: 981px) {

	.header-home .padding-inner {
		padding-bottom: 0px !important;
	}
	.header-home .inner {
		padding:0px !important;
		grid-template-columns: 1fr !important;
	}
	.hh-logo {
		display: none;
	}
	.header-home .padding-inner {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.hh-left > div {
		display: flex;
		align-items: center;
	}
	.hh-date {
		line-height: 23px !important;
		margin-top: 0px !important;
	}
	.hh-right img {
		display: none;
	}	
	.hh-right {

		height: 300px;
		background: var(--header-img);
		background-position: bottom center;
		background-size:cover !important;
	}
	.hh-left {
		height: 80px;
		font-size: 28px !important;
	}
	.header-home .bgimg-inner {
		background-image:none !important;
	}
}
@media (min-width: 501px) and (max-width: 767px) {

	.header-home .padding-inner {
		padding-bottom: 0px !important;
	}
	.header-home .inner {
		padding:0px !important;
		grid-template-columns: 1fr !important;
	}
	.hh-logo {
		display: none;
	}
	.header-home .padding-inner {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.hh-left > div {
		display: flex;
		align-items: center;
	}
	.hh-date {
		line-height: 23px !important;
		margin-top: 0px !important;
	}
	.hh-right img {
		display: none;
	}	
	.hh-right {

		height: 250px;
		background: var(--header-img);
		background-position: bottom center;
		background-size:cover !important;
	}
	.hh-left {
		height: 80px;
		font-size: 28px !important;
	}
	.header-home .bgimg-inner {
		background-image:none !important;
	}
}
@media (max-width: 500px){

	.header-home .padding-inner {
		padding-bottom: 0px !important;
	}
	.header-home .inner {
		padding:0px !important;
		grid-template-columns: 1fr !important;
	}
	.hh-logo {
		display: none;
	}
	.header-home .padding-inner {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.hh-left > div {
		display: flex;
		align-items: center;
	}
	.hh-date {
		line-height: 23px !important;
		margin-top: 0px !important;
	}
	.hh-right img {
		display: none;
	}	
	.hh-right {

		height: 230px;
		background: var(--header-img);
		background-position: bottom center;
		background-size:cover !important;
	}
	.hh-left {
		height: 80px;
		font-size: 28px !important;
	}
	.header-home .bgimg-inner {
		background-image:none !important;
	}
}
