	
	a  img {
	height:100%;
	transition: transform .5s;
	}
	
.shelf {
	width:100%;
	height:25vw;
	text-align:center;
	justify-content:center;
	background-color:;
	display: flex;
}
	

a img:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1) translate(0px,-15%);
}

#tv {
	
	height:13vw;
	background-color:;
	padding-top:3%;
	padding-bottom:3%;
	width:100%;
	display: flex;
}


#tvText {
	float:left;
	width:;
	text-align:left;
	padding-left:10%;
	padding-right:5%;
	width:55%;
	color:white;
}
	
	#tvImg {
      height: 100%;
	  width:;
	  float:right;
      object-fit: cover;
	  padding-right:5%;
    }
	
	
.phone-layout{
display:none;
}	
	
	
	@media screen and (max-width: 600px) {
	
.shelf {
	display: none;
}	
		
#tv {
	display: none;
}


#tvText {
	color:none;
}
		
.phone-layout {
	display:block;
}	
		
		
}