@media (min-width: 1101px) {
.banner-container{
	/*height: 450px;*/
}
}
.row{
	margin: 0;
}
/*pc*/
@media (min-width: 1101px){
	.store-title{
		position: absolute;
		bottom: 0;
		color: white;
		font-size: 16px;
		/* margin: auto; */
		width: 100%; 
		line-height: 40px;
		background-color: rgba(0,0,0,0.6);
	}
	.store-img {
	    border-radius: 0px;
		}
}
/*ipad*/
@media (max-width: 1200px){
	
}
/*mobile*/
@media (max-width: 1100px){
	.store-title{
		background-color:rgba(0,0,0,0)!important;
		margin-top: 10px;
		
	}
	
	.store-img img {
	    border-radius: 14px;
	}
}
@media (max-width: 449px){
	
	.store-img img {
	    border-radius: 2px;
	}
}