		.item {
			text-align:center;
			float:left;
			position:relative;			
		}

		@media only screen and (min-width: 992px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 240px;
				height: 129px;	
			}	
			p.feature {
				width: 240px;
			}						
		}			
		
		/* iPads ----------- */
		@media only screen and (min-width: 1024px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 240px;
				height: 129px;	
			}	
			p.feature {
				width: 240px;
			}						
		}			
		
		/* tball Desktops ----------- */
		@media only screen and (min-width: 1280px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 310px;
				height: 167px;	
			}	
			p.feature {
				width: 310px;
			}							
		}		
		
		/* Large desktops ----------- */
		@media only screen and (min-width: 1680px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 360px;
				height: 193px;	
			}	
			p.feature {
				width: 360px;
			}							
		}		
		
		/* Wide screens ----------- */
		@media only screen and (min-width: 1920px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 418px;
				height: 225px;	
			}	
			p.feature {
				width: 418px;
			}							
		}

			.item-hover,
			.item-hover .mask,
			.item-img { 
				position:absolute;
				top:0;
				left:0;			
			}						
		
			.item-type-line .item-hover {	
				z-index:100;	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;						
				display:block;
				text-decoration:none;
				text-align:center;
			}
			
				.item-type-line .item-info {
					z-index:10;
					color:#ffffff;
					display:table-cell;
					vertical-align:middle;
					position:relative;
					z-index:5;				 					
				}
			
				.item-type-line .item-info .headline {
					font-size:100%;					
				}
				
				.item-type-line .item-info .line-anim {
					 height:1px;
					 width:0%;
					 margin:15px auto;
					 background-color:#ffffff;
					-webkit-transition: all 500ms ease-out;
					-moz-transition: all 500ms ease-out;
					-o-transition: all 500ms ease-out;
					transition: all 500ms ease-out;					 

				}
				
				.item-type-line .item-hover .mask {
					background-color:#000;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);										
					opacity:0.5;
					z-index:0;
				}
				
				.item-type-line .item-hover:hover .line-anim {
					width:40%;
				}
				
				.item-type-line .item-hover:hover {
					opacity:1;
				}				
			
			.item-img {			
				background-color:#fff;
				z-index:0;			
			}