/* Magazine Styles. */
.magazine-wrapper {
    z-index: 100;
    padding-top: 135%;
    overflow: hidden;
}
.magazine-background {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.magazine-layover {
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.magazine-background .field--type-image {
    height: 100%;
    width: 100%;
}

.magazine-background img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    box-sizing: border-box;
}