﻿/** WEEKLY PICK **/



/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 25vh !important; 
		float: left    
  		}
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 30vh !important; 
		float: left; 
  		}
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 35vh !important; 
		float: left; 
  		}
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 40vh !important; 
		float: left;  
  		}
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 45vh !important; 
		float: left; 
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
	#weekly-pick-media {
		margin-top: 35px; 
		height: 50vh !important; 
		float: left;   
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 55vh !important; 
		float: left;  
  		}
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
  	#weekly-pick-media {
		margin-top: 35px; 
		height: 60vh !important; 
		float: left;  
  		}
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
  	#weekly-pick-media {WIDTH: 100%; 
		margin-top: 35px !important; TOP: 0 !IMPORTANT; MARGIN-TOP: 0PX !IMPORTANT; 
		222height: 70vh !important; height: 65vh !important; 
		float: left !important;  
		} 
	}