@media screen and (max-width: 768px) {
    #about .us-content{
		left: auto;
		padding: 0px 30px;
	}
	#call-to-action {
		padding: 40px 0 20px;
	}
	#call-to-action .col-lg-4{
		margin-bottom:20px;
	}
	#rent .col-sm-offset-2 {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#rent .contact-content-div {
		display: table;
		float: none;
		margin: 0 auto;
		padding: 10px;
		text-align: justify;
	}
	#contact .col-xs-offset-1 {
		margin-left: 0;
	}
	#contact .col-xs-offset-1 p {
		margin-bottom: 0;
	}
	#contact .col-xs-offset-2 {
		margin-left: 0;
	}
	.row{
		margin-left: 0;
		margin-right: 0;
	}
	.logo1 {
		background-color: transparent;
	}
	.navbar-brand img {
		background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
		display: block;
		padding: 10px;
	}
	.hero-buttons {
		margin: 0 auto;
		display: table;
		width: 100%;
	}
	.hero-unit .hero-content .hero-buttons #btn-about {
		margin: 10px 0;
	}
	.hero-unit {
		max-height: 400px;
		min-height: 400px;
	}
	.hero-buttons {
		top: 119px;
	}
}
@media screen and (max-width: 520px) {
	.hero-buttons {
		top: 177px;
	}
	.logo1 {
		display:block;
		height:auto;
		width: 100%;
		
	}
	.hero-unit {
		max-height: 400px;
	}
	.navbar-brand img {
		display: block;
	}
	.hero-unit .hero-content {
		margin-top: -160px;
	}
	.logo1 img{
		width: 100%;
		height:auto;
	}
	.work-item-list .image-overlay{
		height: 18%;
	}
	.work-item-list .work-item-info {
		bottom: 52%;
	}
}