.bg-function{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/cctv-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-customfunction {
    top: 8rem;
}


@media (min-width:992px) and (max-width:1199px){
	
}
	
@media (min-width:768px) and (max-width:991px){	
	.g-min-height-box2--md {
        min-height: 240px!important;
    }
	.g-min-height-box3--md {
        min-height: 288px!important;
    }
}

@media (max-width: 768px) {
	.bg-function{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/cctv-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
		background-blend-mode: overlay;
		background-size: contain;
		background-position: top;
	}
}

@media (max-width: 768px) {
	.g-top-customfunction {
		top: 2rem;
	}
}

@media (min-width: 768px) {
	.g-min-height-335--md{
		min-height: 335px;
	}
	
	.g-min-height-box--md{
		min-height: 345px;
	}
	.g-pt-200--md{
		padding-top: 200px !important;
	}
	
	.g-min-height-260--md{
		min-height: 260px;
	}
}

@media (min-width: 992px) {
    .col-custom5 {
        flex: 0 0 20%;
        max-width: 20%;
		padding-left: 15px;
        padding-right: 15px;
    }
}

