/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .post-img
 {
     height: 200px;
 }
 .ps_container
  {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 544px){
  .ps_container .ps_title_container {
    display: block !important;
    background: rgba(0, 0, 0, .6);
  }
	.ast-builder-menu-1 .menu-item > .menu-link
	{
		color:#4b3990 !important
	}
}
.ps_container .ps_title_container
{
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #FFF;
  padding: 0 12px;
}
.ps_container:hover .ps_title_container {
  display: block;
  background: rgba(0, 0, 0, .6);
}
  .ps_title
  {
   
    top: 50%;
    position: relative;
  }
  .ps_title_container a {
    color: white;
}
  .slick-prev:before, .slick-next:before
  {
      color:#4b3990 !important;
  }