.videosWrapper,
.videosWrapperFlatLines{
    min-height:450px;
    padding-bottom: 20px;
}

.videosWrapper h1,
.videosWrapperFlatLines h1{
    font-size: 18px;
    margin-bottom: 20px;
}

.videosWrapper .subCategory,
.videosWrapperFlatLines .subCategory{
    margin-bottom: 20px;
}

.videosWrapperFlatLines .subCategory a{
    margin-right: 20px;
}

.videosWrapper ul,
.videosWrapperFlatLines ul{
    display:block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.videosWrapper li{
    display:inline-block;
    float: left;
    width: 286px;
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 20px;
    padding: 0px;
    list-style: none;
}

.videosWrapperFlatLines li .content{
    background-color: white;
    padding-bottom: 20px;
}

.videosWrapper .image,
.videosWrapperFlatLines .image{
    margin-bottom: 5px;
    height:215px;
    line-height: 215px;
    text-align: center;
}

.videosWrapperFlatLines .image{
    height: 300px;
    max-width: 100%;
}

.videosWrapperFlatLines .image img{
    max-width: 100%;
    max-height: 100%;

}

.videosWrapper .title,
.videosWrapperFlatLines .title{
    font-size: 14px;
    color: black;
    text-align: center;
    height: 38px;
    overflow: hidden;
}

.videosWrapper .videoTitle,
.videosWrapperFlatLines .videoTitle{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}


.videosWrapper .video,
.videosWrapperFlatLines .video{
    margin-bottom: 20px;
}

.videosWrapper .videoDescription,
.videosWrapperFlatLines .videoDescription{
    margin-bottom: 20px;
}

.videosWrapper iframe,
.videosWrapperFlatLines iframe{
    max-width: 100%;
}

.youTubeProductVideo{
    text-align: center;
    padding: 10px 0;
}

.youTubeProductVideo iframe{
    max-width: 100%;
}

.lastVideoList{
    margin: 10px 0;
    padding: 10px;
}

.lastVideoList.fashion{
    padding-left: 0;
    padding-right: 0;
}

.lastVideoTitle{
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed gray;
}

.lastVideoList.flatlines .lastVideoTitle{
    font-size: 18px;
    border-bottom: none;
}

.lastVideoList.perfume .lastVideoTitle{
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.lastVideoList ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lastVideoList li{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    overflow: hidden;
}

.lastVideoList li img{
    margin-right: 8px;
}

.lastVideoList li a{
    font-size: 14px;   
}

.lastVideoList.fashion a{
    text-decoration: none;
}

.lastVideoList.fashion a:hover,
.lastVideoList.flatlines a:hover{
    text-decoration: underline;
}

.lastVideoList.flatlines a{
    color: black;
    font-size: 16px;
}



p.empty{
    min-height: 450px;
    line-height: 450px;
    text-align: center;
}