#tedo-whitepaper-slider {
    max-width: 300px;
    height: 170px;
    width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
}

#tedo-whitepaper-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 140px;
  list-style: none;
}

#tedo-whitepaper-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 160px;
  /*background: #ccc;*/
  text-align: center;
}

a.whitepaper_control_prev, a.whitepaper_control_next {
  position: absolute;
  top: 10%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  /*background: #2a2a2a;*/
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.whitepaper_control_prev:hover, a.whitepaper_control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.whitepaper_control_prev {
  border-radius: 0 2px 2px 0;
  color: red;
}

a.whitepaper_control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
  color: red;
}
.whitepaper_slider_content .dashicons{
        opacity: 0;
    color: #000;
    -webkit-transition: opacity .25s ease;
    margin-left: -27%;
    margin-top: 15%;
    font-size: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
}
.whitepaper_slider_content:hover .dashicons{
    opacity: 1;
}
.whitepaper_slider_content:hover img{
    opacity: 0.35;
}
.whitepaper_slider_content img{
    margin-top: 25px;
    max-height: 80px!important;
    width: auto!important;
}
#wp_slider_info_box{
    height: 125px;
    background-color: #87888a;
    text-align: center;
    margin-top: -50px;
}
#wp_slider_info_box a{
    margin: 70px auto;
    padding: 5px;
    display: block;
    height: 30px;
    width: 150px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    box-shadow: 5px 10px 20px #5b5b5b;
}