﻿
.tma-header-backdrop-container {
    position: relative;
    height: 100%;
}

.tma-header-backdrop {
    position:absolute;
    display: block;
    height: 100%;
    width: 1800px;
    left: -1800px;
    background: #a70237;
}

.header-logo img {
    max-width: 332px;
}
