/* CSS for Tablets (landscape) NoteBooks */@media only screen and (min-width: 993px) and (max-width: 1100px) {		.category-page div.views-row { width: 47.7%; } 	.category-page div.views-row-odd { padding-right: 2%; }	.category-page div.views-row-even { padding-left: 2%; }	.category-page div.views-field-field-image-fid,	.category-page div.views-field-field-picture-fid { width: 40%; max-width: 200px; }	.category-page div.views-field-field-image-fid img,	.category-page div.views-field-field-picture-fid img { width: 100%; height: auto; }		.content_bottom div.video_photo { width: 24%; }		.menu_bottom div.menu_bottom .block { padding-right: 1%; width: 15%; }	footer div.copyrights { padding: 10px 25px; } }   @media only screen and (min-width: 993px) and (max-width: 1030px) {	div.page_photo .menu .preview.last { display: none;} }