/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media(max-width:500px){
 .pwr-post-item__img {
   background-position: top !important;
   background-size: contain !important;
   height: 230px !important;
   width: 100%;
   background-repeat: no-repeat;
 }
 .pwr-post-item__info-box {
   top:210px !important;
 }
}