


/* body { */
    /* color: #262626; */
    /* font-size: 16px; */
    /* font-size: 1rem; */
    /* line-height: 1.5; */
    /* -webkit-font-smoothing: antialiased; */
    /* background: #000; */
    /* overflow-y: scroll */
/* } */





.mosaic-card {
    overflow: hidden;
    /* margin-bottom: 10px; */
    position: relative;
    background-color: #000;
    background: url(../images/video-img.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size 600ms,opacity 600ms;
    border-bottom: 1px solid #fc0;
    border-right: 1px solid #fc0;
}
.mosaic-card:hover{
	 opacity: 1;
    background-size: 110%;
}
   
.mosaic-card__background {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size 600ms, opacity 600ms;
    cursor: pointer
}

.mosaic-card__shape {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 600ms
}

.mosaic-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  /*pointer-events: none*/
}

.mosaic-card__content-left {
    overflow-x: hidden;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

.mosaic-card__content-left::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fc0;
    -ms-transform: translate(100%, 0);
    transform: translateX(100%);
    transition: transform 600ms
}

.mosaic-card__description,
.mosaic-card__eyebrow,
.mosaic-card__icon,
.mosaic-card__title {
    margin: 0;
    padding: 0
}

.mosaic-card__eyebrow {
    font-size: 12px;
    font-size: .75rem;
    font-family: Verlag-Book, Helvetica, Arial, sans-serif;
    line-height: 14px;
    color: #fc0
}

.mosaic-card__icon {
    display: block;
    font-family: ngc-fontastic;
    color: #fc0;
    text-align: center;
    transition: color 600ms, transform 600ms
}

.mosaic-card__title {
    font-family: Verlag-Book, Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: .08em
}

.mosaic-card__description {
    font-family: NHG-Roman;
    color: #fff
}

.mosaic-card--large {
    width: 276px;
    height: 151px;
}

.mosaic-card--large .mosaic-card__shape--1 {
    width: 289px;
    height: 73px;
    top: 0;
    right: 121px;
    background-color: rgba(0, 0, 0, .4)
}

.mosaic-card--large .mosaic-card__shape--2 {
    width: 121px;
    height: 73px;
    top: 0;
    right: 0;
    background-color: #000
}

.mosaic-card--large .mosaic-card__content {
    display: flex;
    /*padding: 199px 0 0;*/
    background-color: rgba(0, 0, 0, .2);
    transition: background-color 600ms
}

.mosaic-card--large .mosaic-card__content:after,
.mosaic-card--large .mosaic-card__content:before {
    content: "";
    display: table
}

.mosaic-card--large .mosaic-card__content:after {
    clear: both
}

.mosaic-card--large .mosaic-card__content-left {
    display: flex;
    justify-content: center;
    width: 60px;
    min-height: 35px;
    float: left;
    margin-right: 30px
}

.mosaic-card--large .mosaic-card__content-right {
    width: 342px;
    float: left;
    /* padding: 0 90px 25px 0; */
}

.mosaic-card--large .mosaic-card__icon {
    font-size: 16px;
    display: block;
    align-self: center;
    padding: 0;
    transform: translateY(-13px)
}

.mosaic-card--large .mosaic-card__eyebrow {
    height: 0;
    opacity: 0;
    transition: height 600ms, opacity 600ms
}

.mosaic-card--large .mosaic-card__title {
    font-size: 26px;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 22px;
    padding:10px 5px;
    text-align: left;
	border:none;
}

.mosaic-card--large .mosaic-card__description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px
}

.mosaic-card--large:hover .mosaic-card__content {
    background-color: transparent
}

.mosaic-card--large:hover .mosaic-card__eyebrow {
    height: 14px;
    opacity: 1
}

.mosaic-card--small {
    width: 278px;
    height: 157px;
    float: left;
    margin-right: 8px
}

.mosaic-card--small+.mosaic-card--small {
    margin-right: 0
}

.mosaic-card--small .mosaic-card__shape--1 {
    width: 158px;
    height: 40px;
    top: 0;
    right: 66px;
    background-color: rgba(0, 0, 0, .4)
}

.mosaic-card--small .mosaic-card__shape--2 {
    width: 66px;
    height: 40px;
    top: 0;
    right: 0;
    background-color: #000
}

.mosaic-card--small .mosaic-card__content {
    height: 157px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    background: rgba(0, 0, 0, .6);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .8));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, .8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
}

.mosaic-card--small .mosaic-card__content-wrap {
    display: flex;
    flex: 1
}

.mosaic-card--small .mosaic-card__content-wrap:after,
.mosaic-card--small .mosaic-card__content-wrap:before {
    content: "";
    display: table
}

.mosaic-card--small .mosaic-card__content-wrap:after {
    clear: both
}

.mosaic-card--small .mosaic-card__content-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    margin-right: 20px;
    float: left
}

.mosaic-card--small .mosaic-card__content-right {
    width: 208px;
    padding: 0;
    float: left
}

.mosaic-card--small .mosaic-card__icon {
    font-size: 28px;
    font-size: 1.75rem
}


.mosaic-card--small .mosaic-card__title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 13px;
    line-height: 20px
}

.mosaic-card--small:hover .mosaic-card__eyebrow {
    opacity: 1;
    transform: translateX(0)
}

.mosaic-card:hover .mosaic-card__shape {
    opacity: 1
}

.mosaic-card:hover .mosaic-card__background {
    opacity: .6;
    background-size: 110%
}

.mosaic-card:hover .mosaic-card__content-left {
    border-color: #fc0
}

.mosaic-card:hover .mosaic-card__content-left::after {
    transform: translateX(0)
}

.mosaic-card:hover .mosaic-card__icon {
    color: #000;
    transform: translateY(0)
}
.video_title{
	font-size: 40px;
    font-size: 2.5rem;
    margin: 0;
    padding: 0 0 35px 40px;
    border-left: 1px solid #fc0;
    font-family: Verlag-Book,Helvetica,Arial,sans-serif;
    line-height: 33px;
    color: #fc0;
}
.videos-list h3{
	border:none;
}








