

/*WOKRS*/
.slider_holder{
  text-align: center;
  overflow: hidden;
  /*height: 600px;*/

}

.slide_div{
  background-color: #F1F1F1;
}

.slide{
max-width: 100%;
max-height: 100%;
}


.sliderheight{
  height: 600px;
}
/*WORKS*/

.iframe-height{
    height:600px;
}

.vertical-center-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}



@media only screen and (max-width: 991px) {
.not-on-mobile{
    display:none;
  }
  .iframe-height{
      height:400px;
  }
}

@media (max-width:768px) {
  .iframe-height{
      height:300px;
  }
  .sliderheight{
    height: 500px;
  }
}

@media (max-width:570px ){
  .sliderheight{
    height: auto;
  }
  .slide{
    max-height: 250px;
  }
}

@media (max-width:320px) {
  .slide{
    max-height: 150px;
  }
}
