
#StoryStreamWidgetApp {
    height: 500px;
}

#StoryStreamSocialHub {
    height: 1000px;
}


.social {
    background: #e2e2e2;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .social {
        position: inherit;
    }
}
.stry-widget {
    height: 500px;
    height: 60vh;
}
.stry-widget a {
    color: #ed1c24;
}
.stry-widget .stry-popup-item {
    position: absolute;
    top: 45px;
}
.stry-widget .stry-widget-inner {
    background: center center no-repeat transparent;
    border-top: none;
}
.stry-widget .stry-widget-inner .column .viewport {
    /* Longhand property to override component */
    border-bottom: 3px solid transparent;
    border-color: transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
}
.stry-widget .list-item .stry-icon {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
}

.stry-powered-by {
    display: none;
}

.stry-widget-div-btn {
    background-color: rgb(237, 237, 237);
}

.stry-widget-btn {
    background-color: #ed1c24;
    color: #fff;
    border-radius: 40px;
    float: right;
    margin: 15px;
}