.v-carousel {
  width: 100%;
  position: relative;
  text-align: left;
}

.v-carousel, .v-carousel-items {
  overflow: hidden;
  display: inline-block;
}

.v-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center
}

.v-carousel-dot {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background: rgba(0,0,0,.5)
}

  .v-carousel-dot.active {
    background: #000;
    cursor: default
  }

.v-carousel-nav {
  cursor: pointer;
  position: absolute;
  color: #fff;
  padding: 0 5px;
  background: rgba(0,0,0,.5);
  top: 50%;
  margin-top: 0px;
  z-index: 99999;
  height:100%;
}

  .v-carousel-nav.prev {
    left: 0
  }

/*.v-carousel-nav.next {
    right: 0
  }*/
.v-carousel-item p {
  padding-top: 0;
  margin-top: 6px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  padding-right: 105px;
}

.v-carousel-item div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.v-carousel-item {
  width: 100%;
  float: left;
  left: 0 !important;
  top: 5px
}

@media(max-width:979px){
  .v-carousel-item {
    float: left;
    left: -39px !important;
    top: 5px;
    margin: 0px 0px;
  }

  .alerts-carousel-wrap .v-carousel-nav.next{
    background-color: #ffb515;
    padding: 11px 20px;
  }

  .alerts-carousel-wrap .v-carousel-nav.prev{
    background-color: #ffb515;
    padding: 11px 17px;
    margin-left: -13px;
  }
}

.v-carousel {
  padding-left: 85px;
}

.alerts-carousel-wrap .v-carousel-nav.prev,
.alerts-carousel-wrap .v-carousel-nav.next {
  /*display: block !important;*/
}

.alerts-carousel-wrap .v-carousel-nav.next,
.container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation-next {
  
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 20px;
  background-image: url(../img/ArrowRight.png);
  background-repeat: no-repeat;
  background-position: top 46% left 0px;
  background-size: 13px;
  text-indent: -9999px;
}

.alerts-carousel-wrap .v-carousel-nav.prev,
.container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation-prev {
 
  background: transparent;
  color: #000;
  text-indent: -9999px;
  width: 20px;
  font-size: 18px;
  padding: 0;
  background-image: url(../img/ArrowLeft.png);
  background-repeat: no-repeat;
  background-position: top 46% left 0px;
  background-size: 13px;
}
