@media only screen and (min-width: 960px) and (max-width: 1199px) {
#rt-showcase .box2
{ height: 290px; }

}

@media (min-width: 768px) and (max-width: 959px) {
#rt-showcase .box2
{ height: 218px; }

}

@media (max-width: 767px) {
#rt-showcase .box2
{ height: 167px; }

}