.bg-function{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/backup-background.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

@media (min-width:768px) and (max-width:991px){	
	.g-custom-padding-bottom{
		padding-bottom:100px!important;
	}	
	.g-min-height-box--md{
		min-height: 260px!important;
	}
	
}

@media (max-width: 768px) {
	.bg-function{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/backup-background.jpg) no-repeat center center, rgba(0, 0, 0, 0);
		background-blend-mode: overlay;
		background-size: contain;
		background-position: top;
	}
}

@media (min-width: 768px) {
	.g-min-height-295--md{
		min-height: 295px;
	}
}

.g-top-customfunction {
    top: 8rem;
}

@media (max-width: 768px) {
	.g-top-customfunction {
		top: 2rem;
	}
}