.blocks_gifs h2{margin-left:10px !important;margin-right:10px !important;}
.gif_block{width:100% !important; float:none !important; max-width:700px;
text-align:left;
border-bottom: 1px solid #363636;padding-bottom:20px;
}

.gif-models-list{display:block !important;}
.gif_rat_inner{font-size: 15px;
    font-weight: bold;
    padding: 5px;}

.gif_rati{float:left;margin-right:15px;padding-top: 8px;
}
.gif_like{float:left;margin-right:15px;padding-top: 5px;display:grid;
}

/*.video-categories{height:31px;margin-left:15px;}*/
.video-categories{margin-left:15px;}
.video-categories span{cursor:pointer;}
.gif_rati svg, .gif_like svg{cursor:pointer;}
.liked {color:#f90;}
.gif_block video{width:100%;}
.short-wrapper{position:relative;}
.play{position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 50%;
    margin-left: -36px;
    height: 72px;
    width: 72px;
    text-indent: -999px;cursor:pointer;
    overflow: hidden;
    border-radius: 35px;
background-color: rgba(0,0,0,.8);}

.play:after{
	content: "";
    width: 60px;
    height: 60px;
    background: url(/template/images/playshort.png) 50% no-repeat;
    background-size: 60px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
	
}
.gif-wrapper{text-align:center;}
.gif-wrapper img{cursor:pointer;position:relative;object-fit:contain;}
.user-uploaded img{border-radius:50%;margin-right:5px;margin-left:5px;}
.user-uploaded span.img{height: 20px;
    width: 20px;
    border-radius: 50%;display: inline-block;
   font-size: 13px;
    line-height: 20px;
    text-decoration: none;background-color: #ededed;
    text-transform: capitalize;
    color: #303030;text-align: center;margin-right:5px;}
@media (max-width:555px){.gif-wrapper img{width:100%} }

.upload_text{
	cursor: pointer;
    color: #f90;
	margin-right: 5px;
   
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 4px;
   
	
	background: url(/template/images/bgmin.png) rgba(0,0,0,0);
    border: 1px solid #2d2d2d;
    display: inline-block;
  
    position: relative;
    font-size: 15px;
   
	
}
.upload_text svg{position: absolute;
    top: 5px;
    left: 5px;}