


.LP-slider-container {
    position: relative;
    width:100%!important;
  }

  .LP-slider {  overflow: hidden;}
  
  .LP-slides {
    display: flex;
    transition: transform 0.5s ease;
    overflow: hidden;
  }
  
  .LP-slide {
    flex: 0 0 auto;
    padding:5px;
    display: flex;
    align-items: stretch;
  }

  .LP-Card { 
    padding:3px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color:#161616;



  }
  .LP-Card iframe { 
    width:370px;
    height:208px;
  }
  
  /*
  .LP-Card iframe { 
    display: flex;
    flex-basis: 38%;
    height:auto;
  }
  */

  .LP-slide p {
    font-size:13px;
    padding:10px 5px 15px;
    margin:0px 0px 0px 0px!important;
  }
  
  .LP-slide img {
    width: 100%;
    height: auto;
  }
  
  .LP-prev, .LP-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    z-index: 1;
  }
  
  .LP-prev {
    left: -30px;
  }
  
  .LP-next {
    right: -30px;
  }
  
  .LP-dot-navigation {
    text-align: center;
    margin-top: 10px;
  }
  
  .LP-dot-navigation .LP-dot {
    display: inline-block;
    width: 5px;
    padding:3px;
    height: 5px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    border-color:#000000;
    border-width:3px; border-style:solid;
  }
  
  .LP-dot-navigation .LP-dot.active {
    background-color: #555;
  }


  @media (max-width: 991px) {
  .LP-prev {
    left: -25px;
  }
  
  .LP-next {
    right: -25px;
  }

  .LP-slide {
    justify-content: center;
  }

  /*
  .LP-Card iframe { 
     width: 100%;
     height: auto;
 }  
 */
 
}