.kwadrat
{
width: 232px;
height: 180px;
border-bottom: 1px solid #000;
overflow: hidden;
}
.trojkat
{
position: relative;
overflow: hidden;
transform: rotate(45deg) skew(10deg,10deg);
border-left: 1px solid #000;
border-top: 1px solid #000;
width: 200px;
height: 200px;
margin:81px 0 0 16px;
}
.trojkat_bg
{
position: absolute;
width: 200%;
height: 200%;
top: -50%;
left: -50%;
z-index: -1;
background: url(http://jakub-zajac.pl/wp-content/uploads/2014/03/infe.jpg);
background-size: 100%;
background-position: center top;
transform: skew(-10deg,-10deg) rotate(-45deg) ;
transition: .3s;
}
.trojkat_bg:hover{ background-size: 90%; }