.twitterCarousel .item{ width:100%; height:100%;    margin: 0px !important; }
.owl-nav .owl-next:before {
    content: "";
    background: #000 url(../images/right-icon.png);
    padding: 30px;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: block;
     border: none !important;
}



.twitterCarousel .item .twitter-tweet.twitter-tweet-rendered iframe {
    width: 100% !important;
}
.twitterCarousel .item .twitter-tweet.twitter-tweet-rendered {
    max-width: 100% !important;
}
.twitterCarousel .owl-controls .owl-nav .owl-prev {
    font-size: 0px;
    border: none !important;
    background: none;
}
.twitterCarousel .owl-controls .owl-nav .owl-prev:hover {background: none;}
.owl-nav .owl-prev:before {
    content: "";
    background:url(../images/left-icon.png);
    padding: 30px;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: block;
}
.twitterCarousel .owl-controls .owl-nav .owl-next {
    font-size: 0px;
    border: none !important;
    background: none;
}
.twitterCarousel .owl-controls .owl-nav .owl-next:hover {background: none;}
.owl-nav .owl-next:before {
    content: "";
    background:url(../images/right-icon.png);
    padding: 30px;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: block;
    border: none !important;
}



.twitterCarousel .owl-controls .owl-nav div{  border: none !important; }