.gyro-twitter-feed {
    font-family: 'TwcBold', courier;
    font-size: 19px;
    position: relative;
    height: auto;
    padding: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;
    background: #fff;
}

.gyro-twitter-feed:hover {
    background-color: #00f6fe;
}

.gyro-twitter-feed__link {
    position: relative;
    display: block;
    width: 100%;
    margin: -20px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    text-decoration: none;
}

.gyro-twitter-feed__title {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px dashed #000;
}

.gyro-twitter-feed__title span {
    text-transform: lowercase;
}

.gyro-twitter-feed__slider {
    overflow: hidden;
    width: 100% !important;
}

.gyro-twitter-feed__slide {
    width: 100% !important;
    word-break: break-word;
    color: #000;
}
