.post {
border: 1px solid #CCCCCC;
min-height: 362px;
position: relative;
}
.post_part {
position: absolute;
width: 50%;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}
.post_left {
left: 0;
}
.post_right {
right: 0;
}