/* remove double spaces in overlay */
#apple-iphone-12-video .mod-video-content {
    margin-bottom: 0;
}

#apple-iphone-12-video.mod-overlay .overlay .module {
    margin-top: 0;
}

#apple-iphone-12-video.mod-overlay .overlay {
    padding-bottom: 0;
}

#apple-iphone-12-video video {
    background: transparent url("../assets/thumbnail-iphone12-pro-itt-ws2-420x420-dt.jpg") 50% 50% / cover no-repeat;
}

.apple2020-channel-html .ws2-btn {
    box-sizing: border-box;
    position: relative;
    font-family: "Vodafone", Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding: 12px 20px 14px;
    height: 46px;
    box-shadow: 0 1px 3px rgba(50,50,50,0.6);
    display: inline-flex;
    width: fit-content;
    text-decoration: none !important;
}

@media only screen and (max-width: 734px) {
    .apple2020-channel-html .ws2-btn {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.apple2020-sup {
    position: relative;
    font-size: .6em;
    vertical-align: baseline;
    top: -.5em;
}

@media only screen and (max-width: 450px) {
    #apple-iphone-12-video video {
        background-image: url("../assets/thumbnail-iphone12-pro-itt-ws2-310x310-m.jpg");
    }
}

/* Hide Highlights in IE11 */
@media all and (-ms-high-contrast:none) {
    .apple2020-channel-html,
    body.ie .mod.mod-tabs.tabs .mod-tabs-nav.tabs-justify > li:first-child {
        display: none !important;
    }

    body.ie .mod.mod-tabs.tabs .mod-tabs-nav.tabs-justify > li {
        border-bottom: 2px solid #E60000 !important;
    }

    body.ie .mod.mod-tabs.tabs .mod-tabs-nav.tabs-justify > li > a {
        color: #E60000 !important;
    }

    .tabs .tab-content#tec-data {
        display: block !important;
    }
}
