@media (min-width: 992px)
{
.post-excerpt-wrapper
{
	height: 174px;
}
}

@media (min-width: 1100px)
{
.post-excerpt-wrapper
{
	height: 143px;
}
}

@media (min-width: 1200px)
{
.post-excerpt-wrapper
{
	height: 233px;
}
}

@media (min-width: 1220px)
{
.post-excerpt-wrapper
{
	height: 203px;
}
}

@media (min-width: 1400px)
{
.post-excerpt-wrapper
{
	height: 174px;
}
}

@media (min-width: 1600px)
{
.post-excerpt-wrapper
{
	height: 143px;
}
}