.main-content-tweet .Avatar {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
.main-content-tweet .TweetAuthor-name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}

.main-content-tweet .owl-carousel .owl-stage { display: flex!important; align-items: center!important; }

.main-content-tweet .item {
    min-width: 220px;
	
}
div#Tweetdiv {
    overflow-y: hidden;
}


.main-content-tweet {
  position: relative;
}
.main-content-tweet .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content-tweet .owl-theme .custom-nav .owl-prev,
.main-content-tweet .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content-tweet .owl-theme .custom-nav .owl-prev i,
.main-content-tweet .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content-tweet .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content-tweet .owl-theme .custom-nav .owl-next {
  right: 0;
}

.main-content-tweet .owl-nav {
    height: 47px;
    position: absolute;
    width: 100%;
    cursor: pointer;
    top: 8em !important;
	text-align:none!important;
}
.main-content-tweet .owl-next {
    float: right;
  
}
.main-content-tweet .owl-prev {
    float: left;
   
}
.main-content-tweet  .owl-item.active {
    margin-block-end: auto;
}

.main-content-tweet i.fa.fa-angle-left {
	
	font-size:25px;
}
.main-content-tweet i.fa.fa-angle-right{
	
		font-size:25px;
}