.film{
    float:right; 
    font-size:18px; 
    margin-right:4%; 
    margin-top:4%; 
    padding:1%; 
}
.film:hover{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.ftitle{
    font-size:18px; 
    margin:10px 0px; 
    margin-bottom:2px;
}
.ftype{
    font-size:12px; 
    margin-bottom:10px;
}
.ftimeW div{
    top:-23px; 
    font-size:14px; 
    margin-right:2%;
}
.fgenres{
    margin-top:25px; 
}
#fdSideW{
    font-size: 16px;
}

#filmInfoW{
    top:68%;
}

#filmName{
    font-size:24px; 
}
#filmType{
    font-size:22px; 
    color:#1cb3c9;
}
#filmGenres{
    font-size:20px; 
    color:#1cb3c9;
    margin-bottom: 0;
}
#fcommentI,#fcommentSend{
    font-size: 15px;
    padding: 8px;
    top:-130px;
}
.fcomment{
    font-size: 15px;
    margin-bottom: 0px;
}
.fcomment img{
    width:20px;
}

.fimage{
    max-height: 150px !important;
    min-height: 150px !important;
    object-fit: cover;
}

.shoham-films-wrap h4{
    top:20px;
}
