#teenused > .wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-4.vc_col-xs-12
{
min-width: 35%;
padding-left: 0px;
padding-right: 0px;
float: right;
}
/*
.upperSlider .ts-viewport
{
    height: 350px;
}
.upperSlider .mfp-image
{
    max-height: 300px !important;
    width: auto;
}
@media all and (max-width: 1920px) and (min-width: 1000px)
{
      .upperSlider li
      {
          max-width: 33%;
           width: 33% !important;
      }
}
@media all and (max-width: 1000px) and (min-width: 768px)
{
      .upperSlider li
      {
          max-width: 45%;
           width: 45% !important;
      }
}
*/
@media screen and (max-width: 560px) {
  #big_cat > a[href="#teenused"],
  #big_cat > a[href="https://broneeri.helenspetcare.eu"],
  #big_cat > a[href="#kontakt"],
   #big_cat > a[href="http://helenspetcare.eu/"] {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
 .sliderItems {
display:none;
}
}

.sliderItems {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  margin-top: -20px;
}

.sliderItem {
  font-size: 22px;
  padding: 15px;
  background-color: #b09900;
  color: white;
  width: 100px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 15px;
}

.sliderItem a {
  color: white;
}


@media screen and (min-width: 560px) {
 .sliderItems {
display:none;
}
}