.article-banner-image {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 200px;
    margin-right: -45px;
    margin-left: -45px;
}

.sidebar-image-container img {
    width: 100%;
}

.glyphicon-file, .glyphicon-volume-up, .glyphicon-film {
    font-size: 100px;
}

.sortable div {
    cursor: move;
}
.sortable .sortable-item {
    position: relative;
}
.ui-state-highlight {
    height: 100px;
    line-height: 1.2em;
    background-color: #FFF;
    border: dotted #AAA 2px;
}

@media (max-width: 767px) {
    .sortable-item {
        margin-top: 0px !important;
    }
}
