@media (min-width: 992px){
	header.masthead .device-container {
    	max-width: 505px;
    }
}  
	header.masthead .device-container {
    	max-width: 505px;
    	/*display: none;*/
    }
header.masthead { 
	background: url("../img/background_big.png");
	/*background: url("../img/ingame-scene2.png") right bottom no-repeat;*/
	background-size: cover;
}
 
a {
	font-weight: bold;
} 
section.features .device-container, section.features .feature-item {
    max-width: 805px;
    margin: 0 auto;
} 


.navbar.navbar-expand-lg.navbar-light.fixed-top.navbar-shrink{
	border-bottom: 2px solid #666;
} 

section.cta{
	background-image: url("../img/smartphone-in-hand.jpg");
}
.galaxy_tab4.landscape.black{	
	display: none;
} 
@media (min-width: 1300px){ 
	.galaxy_tab4.landscape.black{
		display: block;
		position: absolute;
	    top: -330px;
	    left: -80px;
	}
	.galaxy_s5.landscape.black{
		position: absolute;
		top: -150px;
	}
}
@media (min-width: 1800px){ 
	.galaxy_tab4.landscape.black{
		display: block;
		position: absolute;
	    top: -330px;
	    left: 310px;
	}
	.galaxy_s5.landscape.black{
		position: absolute;
		top: -150px;
	}
}

@media (min-width: 1200px){
	.container {
	    max-width: 1260px;
	}
}
@media (max-width: 992px){
	header.masthead {
	   	color: #000;
	}
}
#download{
	text-align: left;
}
#download a{
	color: #000;
}
#features img{
	max-width: 100%;
}