@media only screen and (max-width: 1199px) {
	.section-intro {
		background-size: 135vw !important;
        height: 47.5vw !important;
	}
}

@media only screen and (max-width : 991px) {
	.section-intro {
		margin-top: 76px;
		background-image: url(/custom/smart-duple-gige-13-07-2025/assets/images/section-intro-mobitel-newer.jpg) !important;
		background-size: 100vw !important;
		height: 100vw !important;
	}
	.section-phones{
		padding: 0px;
	}
	.phone-box-wrapper{
		padding: 0 50px;
		margin-bottom: 50px;
	}
	.phone-box-wrapper img{
		max-height: unset
	}
	.prenesi-broj-btn{
		font-size: 1.25rem;
	}
	.prenesi-broj-btn.second{
		margin-bottom: 50px !important;
	}
}

@media only screen and (max-width : 767px) {
	.section-intro {
		margin-top: 61px;
	}
	.prenesi-broj-btn{
		font-size: 1rem;
	}
	.phone-box-wrapper{
		padding: 0 25px;
		margin-bottom: 50px;
	}
}