#header {
    position: absolute !important;
    top: 87px;
    width: 100%;
}
.row.banner-block.text-center > div:last-child .thumbnail-banner {
	background:#D91D4B;
}
.thumbnail-banner {
    background: #0da1c9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 35px;
}
.banner-block > div {
    padding: 0 20px;
}
.content-banner .more {
    background: #f7c95a;
    color: #000;
    padding: 10px 30px;
    font-size: 12pt;
	margin-top:5px;
}
.content-banner {
    width: 45%;
    text-align: left;
    color: #fff;
}
.thumbnail-banner img {
    max-width: 45%;
}
.content-banner h2 {
    font-size: 18pt;
    margin-bottom: 20px;
    margin-top: 0;
}
.content-banner p {
    font-size: 12pt;
    margin-bottom: 23px;
}
#content-page{
	display: flex;align-items: center;justify-content: center;
}
div#content-page p {
    font-size: 14pt;
    margin-bottom: 30px;
    font-weight: 500;
}
#read, #portfolio_block{margin-top:0;}
div#ecommerce-header {
    background: #104d7c;
    position: relative;
    margin-bottom: 70px;
    height: 330px;
}
div#ecommerce-header h1 {
    font-size: 56pt;
    margin-bottom: 20px;
    font-family: 'Bangers', cursive;
    letter-spacing: 4px;
    text-align: right;
}
h2.second-header {
    text-transform: uppercase;
    margin-bottom: -13px;
    color: #ffd12b;
    font-size: 23pt;
}
div#ecommerce-header .container {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    left: 50%;
}
@media(min-width:768px){
	div#ecommerce-header img.image-mobile {
    display: none;
}
div#ecommerce-header .col-sm-6 {
    width: 69%;
    left: 31%;
}
	div#ecommerce-header p {
		width: 80%;
	}
}
@media(min-width:1024px){
	div#ecommerce-header:after {
		content:"";
		display:block;
		clear:both;
	}
	div#ecommerce-header img {
		width: 45%;
		margin-top: 0;
		max-width: none;
		z-index:2;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media(max-width:767px){
div#ecommerce-header img.image-desktop {
    display: none;
}
	.thumbnail-banner {
		display: block;
	}
.thumbnail-banner img {
    max-width: 75%;
}
.content-banner {
    width: 100%;
    text-align: center;
	padding-top:20px;
    color: #fff;
}
.content-banner h2 br {
    display: none;
}
	#header {
		top: 54px;
	}
div#ecommerce-header h1 {
    font-size: 36pt;
    margin-bottom: 20px;
    text-align: center;
}
	div#ecommerce-header {
		padding: 50px 0px 0px;
		margin-bottom:40px;
		height:auto;
	}
	div#ecommerce-header img {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
		position: relative;
		z-index: 2;
	}
	/* div#ecommerce-header img:last-child { */
		/* position: absolute; */
		/* bottom: -1px; */
		/* left: 0; */
		/* right: 0; */
		/* margin: 0; */
		/* z-index: 1; */
		/* height: 13vw; */
	/* } */
	div#ecommerce-header .container {
		position: relative;
		left: 0;
		transform: translateX(0) translateY(0);
		top: 0;
	}
}