@media only screen 
and (min-device-width : 768px){
and (orientation : portrait) {	
	.wrapper {
	    width: auto;
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	    overflow-x: hidden;
	    position: relative;
	}
	
	.timeframe-options ul li {
		width: 24%;
	}
	
	