.contentSliderWrap{
  max-height: 340px;
  margin: 33px 29px 0 34px;
}

.slide-controlls{
  display: block;
  height: 50px;
  width: 13px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translate(-0%, -50%);
  cursor: pointer;
}

.sliderContent-arrow-right{
  background-image: url(../img/arrow-right.svg);
  right: -20px;
}

.sliderContent-arrow-left{
  background-image: url(../img/arrow-left.svg);
  left: -20px;
}

.contentSliderWrap{
  max-width: none;
  position: relative;
}

.contentSliderItem{
  max-height: 338px;
  overflow: hidden;
}

.block_content{
  margin-bottom: 23px;
  min-height: 299px;
  padding-left: 3px;
  padding-top: 3px;
}

.block_content p{
  font-size: 14px;
  color: #414141;
  line-height: 24px;
  margin: 5px 0;
  letter-spacing: -0.4px;
}

.contentSliderItem iframe{
  width: 100% !important;
}

@media only screen and (max-width: 991px) {

  .block-content-btn{
    display: block;
    text-align: center;
    margin: auto;
    width: 120px;
  }

  .block_content{
    min-height: 0;
    padding: 0;
  }

  .full-width-dropdown-header{
    padding: 0 19px;
  }

}

@media only screen and (max-width: 615px) {

  .contentSliderWrap{
    max-height: 250px;
  }

  .contentSliderItem iframe{
    height: 250px;
  }

}

@media only screen and (max-width: 475px) {

  .contentSliderWrap{
    max-height: 200px;
    margin: 20px 20px 0 20px;
  }

  .contentSliderItem iframe{
    height: 200px;
  }

}

@media only screen and (max-width: 400px) {
  .contentSliderWrap{
    max-height: 150px;
  }

  .contentSliderItem iframe{
    height: 150px;
  }

}

