
.gallery .duration {
    position: absolute;
    background: rgba(0, 0, 0, 0.6)!important;
    padding: 3px;
    color: #FFF;
    top: 5px;
    left: 25px;
    font-size: 0.9em;
    border-radius: 5px;
}
.gallery h2,
.videosDetails .title {
    font-size: 1em;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    min-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */

    -webkit-box-orient: vertical;
}
.gallery .watch-view-count {
    font-size: 0.8em;
    font-weight: normal;
    border: 0;
    margin: 0;
    padding: 0;
}
.galleryVideo .group {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainArea{
    padding: 15px;
}

h3.galleryTitle{
    padding: 15px 5px;
}

.aspectRatio16_9 {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-image: url(../../view/img/video-placeholder.png);
    background-size: cover; 
}

.aspectRatio16_9 img{
    text-indent:-9999px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.thumbsGIF{
    text-indent:-9999px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.firstRow{
    margin-bottom: 10px;
    padding-bottom: 25px;
    border-bottom: solid 1px #EEE;
}

.aligned-row {
    overflow: hidden;
    border-bottom: solid 1px #EEE;
    margin-bottom: 10px; 
    padding-bottom: 10px; 
}

.galeryDetails div{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
    font-size: 0.7em;
}

.firstRow .galeryDetails div{
    font-size: 1em;
}

.galeryDetails div.userName{
    width: 100%;
}
.fixPadding{
    padding: 0 5px;
}

.popover-content, .popover-content>div{
    white-space: normal !important;
    width: auto;
    color: inherit !important;
}
.popover-content>div{
    overflow-y: auto;
    height: 140px;
}
.aligned-row{
    overflow: visible !important;
}

.mainAreaDescription{
    position:relative;
    height:100%;
    width: 110%;
    padding-right: 10%;
    overflow-x:hidden;
    overflow-y:scroll; 
    max-height: 17vw;
}
.mainAreaDescriptionContainer{
    position: relative;
    overflow: hidden;
}
a.h6{
    text-decoration: none !important;
}

.popover-title { 
    color: black;
    font-size: 1em;
} 

.popover-content{
    color: black !important; 
    font-size: 0.8em;
}

.gallery .label{
    font-size: 100%;
    border-radius: 0;
}

.galleryTitle a.btn-default:hover{
    background-color: transparent;
}