        @media screen and (min-width: 1200px)
        {
            body.home .hentry {
            	width: 105px !important;
            	height: 105px !important;
            	margin-bottom: 320px !important;
            
            }
            
            body.home .hentry.no-thumbnail {
            	border-radius: 105px !important;
            	width: 105px !important;
            	height: 105px !important;
            	max-width: 105px !important;
            	max-height: 105px !important;
            	margin-bottom: 320px !important;
            }
        }
            body.home .hentry.no-thumbnail .thumbnail-title {
                font-size: 1em !important;
            }
