@media (max-width: 768px)
.custom-header {
	margin-top: 10px;
}

.custom-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 10;
    right: 0;
}

