.wl_wtp {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.wl_wtp .wl_tweet_box {
    margin-bottom: 15px;
    padding: 20px 15px;
    -webkit-box-shadow: -2px 10px 6px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 10px 6px -6px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 10px 6px -6px rgba(0, 0, 0, 0.75);
    background: #eee;
    border: 2px solid transparent;
    word-break: break-all;
    -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
    border-image-slice: 1;
}

.wl_wtp .wl_tweet_desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wl_wtp .wl_tweet_action_buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    color: orange;
}

.wl_wtp .wl_tweet_share_button a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px !important;
    line-height: 2.5;
    background-color: orange;
    transition: 1s;
}

.hide {
    display: none;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: inherit;
    padding-left: 10px;
    padding-right: 10px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    height: 700px;
}
