|
<style>
.composition-banner {
background-size: cover!important;
height: auto;
border-radius: 5px;
margin-left: 15px;
background-repeat: no-repeat;
background-position: center;
}
.composition-banner-overlay{
background:rgba(0,0,0,0.0);min-height:inherit;position:relative;border-radius:5px;
}
</style> |