.mission-container {
    background: #151f14 none repeat scroll 0 0;
    /*border-bottom: 2px solid #fff; */
    /*padding-bottom: 9px;*/
    	margin-top:-30px;
}
.mission-container .mission {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    margin: 0 auto;
    padding: 4px 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	margin-left:110px;
    width: 80%;
    display:block;
    
}
.hdr-gif {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:40%;
}

@media(max-width: 767px){
	.mission-container .mission{

		width:80%;
		margin-left:80px;
	}
	
}
	

@media (max-width:667px){
/* settings for iphone 6 landscape width */
	.mission-container .mission{
	   max-width:122px;
	   margin: auto;
	   width:130px;
	   overflow:hidden;
	   white-space: nowrap;
	}
	
	#top-feature.homepage.bg-image > div.backstretch > img {

		width:667px !important;
		height:433px !important;
		left:-20px !important;
	}
}

img.report-img{
	width:100%;
	height:auto;
}

