﻿.emagazine-header {
    background-color: #fff;
    position: relative;
    background-image: url('../image/headerbg.png');
    background-repeat: no-repeat;
    background-size: 39.51% 100%;
    background-position: 74% center;
}

    .emagazine-header .back {
        width: 64px;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: var(--color-primary);
    }

    .emagazine-header .logo {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .emagazine-header .logo .logo-img {
            width: 42px;
            height: 40px;
            margin-right: 8px;
        }

        .emagazine-header .logo .text {
            font-family: Helvetica Bold;
            font-weight: 700;
            font-size: 14.18px;
            line-height: 20px;
            color: var(--color-red);
        }

@media screen and (max-width: 1200px) {
    .emagazine-header {
        background-size: 45% 100%;
        background-position: 83% center;
    }
}

@media screen and (max-width: 996px) {
    .emagazine-header {
        background-size: 60% 100%;
        background-position: 100% center;
    }
}

@media screen and (max-width: 768px) {
    .emagazine-header {
        background-image: none;
    }

        .emagazine-header .back {
            width: 56px;
            height: 56px;
        }

        .emagazine-header .logo .logo-img {
            width: 34px;
            height: 32px;
        }

        .emagazine-header .logo .text {
            font-size: 11.28px;
        }
}
