<div class="profiles__main">
<div class="profiles__background">
</div>
</div>
.profiles__main{
background-color:#fff;
height:270px;
border-radius:5px
}
.profiles__background{
background-image:url(http://localhost/vs/template/img/injustice-2-betmen-flesh-geroi.jpg);
background-size:cover;
height:200px;
background-repeat:no-repeat;
border-radius:5px 5px 0 0;
}