.background {
display: table;
width:100%;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
overflow: hidden;
text-align: center;
}
.block {
position: relative;
width: 672px;
height: 163px;
margin: 9px;
overflow: hidden;
border-radius: 9px;
z-index: 1;
}
.block img {
padding-bottom: 60px;
position: relative;
right:25%;
display: block;
-webkit-filter: blur(10px)
}
.block .txt {
position: absolute;
bottom: 45px;
left: 100px;
width: 100%;
z-index:9999;
}
.block .fav {
position:absolute;
margin-top: 0px;
margin-left: 608px;
z-index:9999;
opacity: 0.5;
cursor:pointer;
}
.block .fav:hover {
opacity: 1;
}
.block .fav img {
-webkit-filter: blur(0px) !important;
width:22px;
}
.block h3 {
font-family: 'proxima_nova_ltsemibold';
font-size:37px;
color:#FFFFFF;
width: 100%;
margin:0;
padding-bottom: 0px;
}
.block p {
font-family: 'proxima_nova_ltlight';
font-size:19px;
color:#FFFFFF;
width: 100%;
opacity:0.4;
padding-top: 8px;
margin:0;
}
<div class="block">
<div class="fav"><img alt="" src="img/fav.png"></div>
<div><img alt="" src="img/background.png"></div>
<div class="fav"><img alt="" src="img/fav.png"></div>
<div class="txt">
<h3>Путешествие в лес</h3>
<p>13 вещей, общая цена 12643 руб</p>
</div>
</div>