.inner-top-banner {
    min-height: 475px;
    background: url(/sites/default/files/seminar-itam-banner.png), #2269c8;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
}
    .page-title-wrapper h1:first-child, .page-title-wrapper h2, #material-download, .heading-menu {
    display: none;
}
    .content-sec span.free {
    background-color: #fbc524;
    padding: 5px;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}
    .content-sec h3, .content-sec h1, .content-sec h4 {
    color: #fff;
}
    .content-sec h3 {
        font-size: 22px;
    }
    .content-sec h4 {
        font-size: 24px;
    }
    .content-sec span.free:after {
    content: '';
    display: inline-block;
    background-color: #fbc524;
    height: 25px;
    top: 0;
    width: 25px;
    transform-origin: center;
    transform: rotate(45deg) translate(11px, -5px);
    position: absolute;
    right: -1px;
}
    .green_bg {
    background: #e2f2e9;
}

@media screen and (max-width: 1024px) {
	.inner-top-banner {
    min-height: auto;
    background: #2269c8 !important;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
}
}
#material-download {
    display: none !important;
}
.product-detail .inner-top-banner {
    min-height: 300px;
}

.product-detail .inner-top-banner .page-title-wrapper h2 {
    display: none !important;
}
.product-detail .inner-top-banner .page-title-wrapper .content-sec {
margin-top:30px;
}

@media screen and (min-width: 1026px) and (max-width: 1250px) {
  .inner-top-banner{
  	background-size: 40%;
background-position: right bottom;
  }
}