.block-ieee-slideshow {
  max-height: 440px;
  max-width: 760px;
}
.owl-carousel .owl-stage-outer .owl-item a {
  position: relative;
  cursor: pointer;
}
.owl-carousel .owl-stage-outer .owl-item img {
  max-height: 440px;
  max-width: 760px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .block-ieee-slideshow .owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
  }
  .block-ieee-slideshow .owl-carousel .owl-dots {
    height: auto;
  }
}
.owl-carousel .owl-stage-outer .owl-item .slide-name {
  position: absolute;
  bottom: 15%;
  left: 25px;
  min-width: 96%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7) url('/themes/custom/ieeetv/images/icon-play-big.png') no-repeat 0px center;
  padding: 4px 15px 4px 70px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-stage-outer .owl-item .slide-name {
    min-height: 60px;
    height: auto;
  }
}
.owl-carousel .owl-dots .owl-dot  span {
  width: 12px;
  height: 12px;
  margin: 12px 7px;
  border: 0;
  opacity: 1;
  background: #4c4c4c;
}

.owl-carousel .owl-dots .owl-dot span:hover,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #00adef;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .owl-carousel .owl-stage-outer .owl-item .slide-name {
    font-size: 18px;
  }
}
.owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0 auto;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-stage-outer .owl-item .slide-name {
    font-size: 16px;
    background-image: none;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    height: 70px;
  }
  .owl-carousel .owl-dots { 
    position: absolute;
    width: 100%;
    overflow: hidden;
  }
}
