/*PARALLAX */

.ipWidget-Parallax
{
  height: 150px;
  overflow: hidden;
}
.ipWidget-Parallax .ipsParallax
{

 


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
left: 0;  

 
 

  width: 100%;
  height: 150px;
  

object-fit: cover;

   
}
