.content__card .twitter-section {
    width: 100%;
}
.content__card .twitter-section .tweetHeadingSx h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #00aced;
    padding-left: 30px;
    font-size: 18px;
}
.content__card .twitter-section .tweetHeadingSx a{
    position: absolute;
    font-size: 27px;
    text-decoration: none;
}
.content__card .twitter-section .tweetHeadingSx a{cursor:default}
.content__card .twitter-section .tweetHeadingSx a:before,.content__card .twitter-section .tweetHeadingDx a:before{content:""}
.content__card .twitter-section .tweetHeadingDx a:before {
    padding-right: 3px;
    vertical-align: middle;
}
.content__card .twitter-section .tweetHeadingSx {
    float: left;
}
.content__card .twitter-section .tweetHeadingDx {
    float: right;
}
.content__card .twitter-section .tweetHeadingDx > a {
    margin-left: 5px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #00aced;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-radius: 5px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.content__card .twitter-section .tweetHeadingDx > a:hover {
    background: #00aced;
    color: #FFFFFF;
}
.content__card .twitter-section .tweetContent {
    clear: both;
    margin-top: 40px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    padding-top: 0px;
    min-height: 23px;
    max-height: 69px; /* 70 px for firefox ?!? */
    overflow: auto;
    font-size: 20px;
    font-weight: bold;
}
.content__card .twitter-section .tweetContent +span {
    font-style: italic;
    font-size: 13px;
}
.content__card .twitter-section .tweetContent::-webkit-scrollbar {
    width: 12px;
    padding-right: 5px;
}
.content__card .twitter-section .tweetContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.content__card .twitter-section .tweetContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.card.card--socialTw button.flickity-prev-next-button.previous, button.flickity-prev-next-button.nexts {
    display: none;
}