#videogallery {
    background: url("../../../images/banner-images/banner-image-23.jpg") no-repeat center top !important;
    background-size:cover;
    background-position: center top !important;
}
#videogallery .content-titleotherpage h4 {
    font-family: 'Conv_Heneczek Italic';
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal; 
}
#videogallery .content-titleotherpage h2 {
    font-family: 'Conv_PlayfairDisplay-Regular';
    color: #fff;
    font-size: 36px;
}
#singolo-video {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
    float: left;
    background-color: #f2f2f2;
    border: 1px solid #d3cece !important;
}
#singolo-video>div>a>img:hover {
	transform: scale(1.2);
}
#singolo-video>div {
    width: 100% !important;
    border: none !important;
    height: auto !important;
    background-color: #f2f2f2 !important;
    overflow: hidden;
}
#singolo-video a {
    width: 100%;
}
#singolo-video a.dettagli-video {
    width: auto;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #990000;
    font-style: italic;
}
#singolo-video a img {
    width: 100%;
    display: inline-block;
    height: auto;
    max-height: 284px;
    transition: all .5s ease-out 0s;
}
#singolo-video h1 {
    padding: 5px 10px;
    font-size: 24px;
    display: inline-block;
    height: 74px;
}
#singolo-video h2 {
    padding: 5px 10px;
    font-size: 14px;
}
#singolo-video p {
    display: none;
}
@media (max-width: 767.98px) {
	#singolo-video {
        width: 100%;
    }
}







