/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.fullcolumn .down-btn {
		height: 44px;
    	width: 180px;
    	left: 120px;
    	bottom: 30px;
	}
}
/* Mobile (Portrait & Landscape)
================================================== */
@media only screen and (max-width: 767px) {
	.navbar-nav>li>a {
		line-height: 40px;
	}
	.fullcolumn .down-btn {
		height: 44px;
    	width: 180px;
    	left: 120px;
    	bottom: 30px;
	}
}
/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.fullcolumn .down-btn {
		height: 44px;
    	width: 180px;
    	left: 120px;
    	bottom: 30px;
	}
}
/* Mobile (Portrait only)
================================================== */
@media only screen and (max-width: 479px) {
	.view-title img {
		max-width: 80%;
	}
	.fullcolumn .down-btn {
		height: 31px;
   		width: 123px;
	    left: 40px;
	    bottom: 15px;
	}

	.member-info {
		margin-top: 15px;
		padding: 0;
	}

	.view-title img {max-width: 80%;}
}