/* Write your custom CSS here */

.profile-cover {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    height: 80px !important;
    background: #037AFB;
    background-size: cover;
}

@media (max-width: 1200px) {

    .profile-cover {
        height: 80px;
    }
}