@font-face {
    font-family: Abelard-Medium;
    src: url("fonts/Abelard-Medium.ttf");
}

@font-face {
    font-family: Abelard;
    src: url("fonts/Abelard.ttf");
}

.w300 {
    width: 300px;
}

.mr-0 {
    margin-right: 0;
}

.w450 {
    width: 450px;
}

.text-center {
    text-align: center !important;
}

.block-container {
    margin: 0 auto;
}

.magazine-wrapper {
    width: 100%;
    height: 100%;
    display: block;

}

.magz-cover {
    text-align: center;
    display: block;
    height: auto;
}

.magz-cover img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
}

.magz-img-wrapper.miw-nofull img {
    width: auto;
}

.magzc-video {
    width: 100%;
    left: -2px;
    position: relative;
}

.magzb-detail-content p {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 33px;
}

.magz-img-wrapper, .magz-video-wrapper {
    margin-bottom: 45px;
    display: block;
    text-align: center;
}

.magz-firstletter {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.cover-ipad {
    display: none;
}

.msiw-credit {
    margin-top: 60px;
}

.msiw-credit p {
    margin-bottom: 5px;
    font-family: SFD-Medium;
    font-size: 18px;
    line-height: 20px;
    color: #555;
}

.msiw-credit p span {
    color: #111;
    font-family: SFD-Bold;
}

.msiw-credit .fr p {
    color: #666;
}

.cover-text {
    position: absolute;
    left: 7.7vw;
    top: 20vw;
    text-align: left;
}

.cover-text p {
    background: #FFFFFF;
    font-family: "Abelard-Medium", sans-serif;
    font-size: 70px;
    padding: 5px;
    margin-bottom: 20px;
    display: inline-block;
}

.msiw-credit .fl {
    padding-left: 20px;
    position: relative;
}

.msiw-credit .fl:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #cf9f53;
    width: 4px;
    height:95%;
    display: block;
    content: '';
}