/* Template: CensoredFilm Trailer - Consolidated Styles */

/* Font Imports */
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;800&display=swap');

/* Base Styles */
.rubik-dirt-regular {
  font-family: "Rubik Dirt", serif;
  font-weight: 400;
  font-style: normal;
}

.luckiest-guy-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

body {
    background-color: #d2dcd7;
    color: #000;
}

body.page-template-template-censoredfilm-trailer .site-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.page-template-template-censoredfilm-trailer .site-inner {
    flex: 1 0 auto;
}

body.page-template-template-censoredfilm-trailer .site-footer {
    flex-shrink: 0;
}

.fc_trailer .one-col-919px {
    max-width: 1230px !important;
}


/* Overlay Styles */
.fc_trailer .overlay {
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    z-index: 999;
}

.overlay-content {
    color: #fffda5;
    padding: 10px 20px;
    background: #340000;
    line-height: normal;
    text-transform: uppercase;
    left: 50%;
    margin-top: 30%;
    margin-left: -203px;
    position: absolute;
    font-family: barlow semi condensed;
    border: 3px solid #ba3125;
    border-radius: 12px;
    text-align: center;
}

.overlay-content sup {
    text-transform: none;
}

/* SweetAlert Styles */
.swal2-title {
    padding-top: 0 !important;
}

.swal2-modal.swal2-show .swal2-close {
    background: #efefef !important;
    right: 0px !important;
    top: 0 !important;
    color: #959494 !important;
    border-radius: 50%;
    width: 35px;
    font-weight: bold;
}

.swal2-container .swal2-title {
  display: none;
}

.swal2-close {
  margin: -10px -19px 0 -20px;
}

/* Button Styles */
.elButtonIcon6 .elButtonMain:before {
    display: none;
} 

.elHeadlineIcon_lock:before {
    display: none;
}

/* Video & Section Styles */
.responsive-video-rumble {
    position: relative;
    overflow: hidden;
}

.fc_trailer section.section-001 {
    background-color: #d2dcd7 !important;
    background-image: none !important;
    padding-bottom: 7vw !important;
    padding-top: 45px !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer {
    background: #fff;
    max-width: 767px;
    margin: 0 auto 12px;
    border: 10px solid #333;
}

.fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer:before {
  display: none !important;
}

.fc_trailer section.section-001-custom .pimg {
    border-radius: 0 !important;
}

.fc_trailer section.section-001-custom .pimg img {
    border-radius: 0 !important;
}

.em_trailer section.section-001 .tab-001 .tab-001-txt h2.cta-bot {
    text-shadow: 1px 1px #000;
}

/* Form Input Styles */
.fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer .name-container input,
.fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer .email-container input,
.fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer .texting-container input {
    background-color: #eae9e9 !important;
    width: 100%;
    border: 1px #000000 inset !important;
    border-right: #ccc 1px solid !important;
    border-bottom: #ccc 1px solid !important;
    margin-top: 14px !important;
    padding: 9px 12px !important;
    font-size: 18px !important;
    color: #000 !important;
    font-family: open sans;
}

.w-checkbox-sms, .texting-container {
   display: none;
}

.highlyrec {
  font-weight: 600;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.error {
    color: red;
    font-size: 18px;
    padding: 0px 0;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}

/* Bonus Offer Section */
.fc_trailer .bonus-offer {
    background:#f0f0f0;
    border: 1px solid #d0d5d2;
    border-radius: 8px;
    display: flex;
    gap: 40px;
    padding: 32px 36px;
    margin: 44px auto 36px;
    align-items: flex-start;
    
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-family: "Instrument Sans", sans-serif;
}

.fc_trailer .bonus-offer .bonus-media {
    flex: 0 0 480px;
    display: flex;
    justify-content: center;
}

.fc_trailer .bonus-offer .bonus-media img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.fc_trailer .bonus-offer .bonus-copy {
    flex: 1 1 0;
}

.fc_trailer .bonus-offer .bonus-copy h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.fc_trailer .bonus-offer .bonus-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.fc_trailer .bonus-offer .bonus-points li {
    position: relative;
    padding-left: 38px;
    color: #2a2a2a;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
        font-family: "Instrument Sans", sans-serif;
}

.fc_trailer .bonus-offer .bonus-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 32px;
    line-height: 1;
    color: #2d7a4f;
    font-weight: 700;
}

.fc_trailer .bonus-offer .bonus-points li strong {
    color: #1a1a1a;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.15em;
}

/* Social Styles */
.nc_socialPanel .nc_tweetContainer a.nc_tweet, 
.nc_socialPanel .totes, 
.swp_count, 
.swp_count .swp_label {
    color: #fff !important;
}

/* Countdown Styles */
#defaultCountdown {
  max-width: 350px;
  margin: -20px auto 0;
  display: block;
}

#defaultCountdown .countdown-row .countdown-section {
  max-width: 120px;
  margin-right: 18px;
  float: left;
}

#defaultCountdown .countdown-row .countdown-section .countdown-amount {
  font-family: barlow condensed;
  font-size: 42px;
  color: #fefbfb;
  font-weight: 700;
  padding: 10px 0 !important;
}

#defaultCountdown .countdown-row .countdown-section .countdown-period {
  font-size: 15px;
  font-family: open sans !important;
  display: block;
  text-align: center;
  color: #fefbfb;
  margin-top: -4px;
}

.countdown-row {
}

.countdown-section {
    width: 52px;
    height: 56px;
    display: block;
    float: left;
    margin: -1px 0 0 8px;
    background: transparent;
    padding-left:6px;
    padding-right: 6px;
}

.countdown-section:nth-of-type(2) {
    background: transparent;
}

.countdown-section .countdown-amount {
    font-size: 40px;
    color: #ff1212;
    font-family: Barlow condensed;
    font-weight: 700;
    display: block;
    margin: -13px 0 0px 0px!important;
    text-align: center;
    line-height: 46px;
    padding: 10px 0 !important;
}

.countdown-section .countdown-period {
  color: #000;
    font-size: 18px;
    display: block;
    margin: -12px 0 0 0px!important;
    text-align: center;
    font-weight: 400;
    text-transform: initial;
    font-family: barlow condensed;
}

.countdown-banner-desktop .cd-container {
    float: right;
}

.cd-container {
    padding-bottom: 12px;
}

.cd-container--hold {
    -webkit-animation: cd-flash 1s infinite; 
    -moz-animation:    cd-flash 1s infinite; 
    -o-animation:      cd-flash 1s infinite; 
    animation:         cd-flash 1s infinite; 
}

@-webkit-keyframes cd-flash {
    0%, 49% {
        background-color: rgba(255, 255, 204, 0.08);
    }
    50%, 100% {
        background-color: transparent;
    }
}

.countdown-bar .cd-txt {
    max-width: 1000px;
    margin: 0 auto;
}

.countdown-bar .cd-txt .flash-sale, 
.countdown-bar .cd-txt .csotb-txt, 
.countdown-bar .cd-txt .hurry, 
.countdown-bar .cd-txt .cd-container {
    float: left;
}

.countdown-bar .cd-txt .flash-sale {
    max-width: 241px;
}

.countdown-bar .cd-txt .csotb-txt {
    max-width: 300px;
}

.countdown-bar .cd-txt .hurry {
    max-width: 133px;
}

.countdown-bar .cd-txt .cd-container {
    background: transparent;
    max-height: 50px;
}

#defaultCountdown {
    float: left;
    height: 62px;
    text-align: center;
    max-width: 550px !important;
    margin: -6px auto 0 !important;
    display: block;
}

#defaultCountdown2 .countdown-section {
    margin: -1px 25px 0 -11px;
}

#defaultCountdown2 .countdown-section .countdown-amount {
    font-size: 48px;
    color: #ff1212;
    font-family: barlow condensed;
    font-weight: 800;
    display: block;
    margin: -14px 0 0px 0px!important;
    text-align: center;
    line-height: 46px;
}

.countdown-row .countdown-section .countdown-amount {
    font-family: barlow condensed !important;
    font-size: 42px;
    color: #ec1f28;
    padding: 10px 0 !important;
    font-weight: 700 !important;
}

#defaultCountdown2 .countdown-section .countdown-period {
    color: #000;
    font-size: 22px;
    display: block;
    margin: -10px 0 0 0px!important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: barlow condensed;
}

#defaultCountdown3 {
    display: inline-block;
}

#defaultCountdown3  .countdown-section {
    display: block;
    height: auto;
    margin: 0px 4px 0 3px;
    background: transparent;
    padding-left: 3px;
    padding-right: 0px;
    width: 72px;
}

#defaultCountdown3  .countdown-section .countdown-amount {
    font-size: 21px;
    padding: 10px 0 !important;
    display: block;
    margin: 0px 0 0px 0px!important;
    text-align: center;
    line-height: 1em;
    float: left;
}

#defaultCountdown3  .countdown-section .countdown-period {
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin: -2px 0px 0 2px!important;
    text-align: center;
    font-weight: 400;
    text-transform: none !important;
    font-family: 'barlow';
}

.hurry-note { 
    font-weight: 400; 
}

/* Table Styles */
div.blueTable {
    text-align: left;
    border-collapse: collapse;
    float: left;
    margin: 30px 0px 0 0;
}

.divTable.blueTable .divTableCell, 
.divTable.blueTable .divTableHead {
    padding: 3px 22px;
    font-weight: 600;
}

.blueTable .tableFootStyle {
    font-size: 14px;
}

.blueTable .tableFootStyle .links {
    text-align: right;
}

.blueTable .tableFootStyle .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.blueTable.outerTableFooter {
    border-top: none;
}

.blueTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px; 
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTableCell .mob {
    display: none;
}

.em_trailer section.section-005 .tab-005 .tab-005-txt .ep-countries-placard {
    margin-bottom: -370px;
    float: left;
}

.we-brought {
    font-size: inherit;
}

/* ========================================
   RESPONSIVE MEDIA QUERIES
   ======================================== */

/* Large Desktop (1610px and below) */
@media (max-width: 1610px) {
    .countdown-banner-desktop .cd-container {
        background: #ffffff  !important; 
        width: auto !important;
        padding-left: 8px !important;
        padding-bottom: 13px;
    }
}

/* 1324px and above */
@media (min-width: 1324px) {
    .countdown-banner-desktop .cd-container {
        width: 240px;
        padding-bottom: 12px;
    }
    
    #defaultCountdown2 .countdown-section {
        margin: -1px 25px 0 -11px;
    }
    
    #defaultCountdown2 .countdown-section .countdown-amount {
        font-size: 48px;
        color: #ff1212;
        font-family: barlow condensed;
        font-weight: 800;
        display: block;
        margin: -14px 0 0px 0px!important;
        text-align: center;
        line-height: 46px;
    }
    
    .countdown-row .countdown-section .countdown-amount {
        font-family: barlow condensed !important;
        font-size: 42px;
        color: #ec1f28;
        padding: 10px 0 !important;
        font-weight: 700 !important;
    }
    
    #defaultCountdown2 .countdown-section .countdown-period {
        color: #000;
        font-size: 22px;
        display: block;
        margin: -10px 0 0 0px!important;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-family: barlow condensed;
    }
}

@media (min-width: 1230px) {
    .countdown-bar .cd-txt {
        max-width: 1540px !important;
    }
    .desktop-lrg {
        display: block !important;
        max-width: none;
        float:left;
    }
}

@media (max-width: 1211px) {
    .countdown-banner-desktop .cd-container {
        margin-right: 0;
    }
}

@media (max-width: 1188px) {
    .countdown-banner-desktop .cd-container {
        background: #ffffff !important;
    }
}

@media (max-width: 1143px) and (min-width: 970px) {
    .cd-container {
        margin-right: 12px !important;
    }
}

@media (max-width: 1130px) {
    #defaultCountdown2 .countdown-row .countdown-section:nth-of-type(4)  {
        display: none;
    }
}

@media (max-width: 1060px) {
    .now-playing { 
        margin-right: -50px !important;
    }
    
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 108px 0 466px;
    }
}

/* Tablet and Below */
@media (max-width: 1010px) {
    .fc_trailer .one-col-919px {
        max-width: 1400px;
    }
    
    .fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer {
        background: #fff;
        max-width: 767px;
        margin: 0px auto 12px;
    }
}

@media (max-width: 980px) {
    .series-title {
        font-size: 26px !important;
        line-height: 40px;
    }
    .we-brought {
        font-size: 20px !important;
    }
    
    .fc_trailer .bonus-offer {
        flex-direction: column;
        padding: 32px;
        gap: 24px;
    }
    
    .fc_trailer .bonus-offer .bonus-media {
        flex: none;
    }
    
    .fc_trailer .bonus-offer .bonus-copy h3 {
        font-size: 25px;
    }
}

@media (max-width: 970px) {
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 38px 0 466px;
    }
    
    .holder-container {
        display: block;
    }
}

@media (max-width: 969px) {
    .countdown-banner-desktop {
        background-size: 1000px !important;
        height: 35px !important;
    }
    .countdown-section {
        height: auto !important;
        margin: -3px 0 0 -4px !important;
        width: 34px;
    }
    .countdown-section .countdown-amount {
        font-size: 16px;
        line-height: 25px;
    }
    .countdown-section .countdown-period {
        font-size: 9px;
        line-height: 16px;
    }
    .countdown-banner-desktop .cd-container {
        padding-bottom: 2px; 
    }
    .now-playing {
        font-size: 14px !important;
        margin-top:0px !important;
        margin-right: 0px !important;
    }
    .holder-container {
        max-width: 720px !important;    
    }
}

@media (max-width: 919px) {
    .fc_trailer section.section-001 .tab-001 .tab-001-txt .video-opt-outer-container div.optin-floatingcontainer {
        margin: 0px auto 12px !important;
    }
    
    label {
        display: block;
    }
    
    .w-checkbox span {
        max-width: 480px;
        margin: 0 auto !important;
        display: block !important;
    }
}

@media (max-width: 906px) {
    .countdown-banner {
        height: 37px !important;
        margin: 0 auto !important;
        max-width: 1920px !important;
        background-position: center top !important;
    }
    
    .countdown-banner .cd-container #defaultCountdown {
        margin: -2px auto 0 !important;
        height: 50px;
    }
    
    .countdown-banner .cd-container .countdown-amount {
        font-size: 20px !important;
        line-height: 1.5em !important;
    }
    
    .countdown-banner .cd-container .countdown-period {
        font-size: 12px !important;
    }
    
    .countdown-banner .cd-container .countdown-section {
        height: 56px;
        width: 42px;
        margin: -1px 0 0 0px;
    }
    
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 108px 0 466px;
    }
}

@media (max-width: 884px) {
    .starburst {
        display: none;
    }
}

@media (max-width: 830px) {
    .em_trailer section.section-006 .tab-006 .tab-006-txt {
        float: none;
        width: auto;
        margin-left: 260px;
    }
}

@media (max-width: 820px) {
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 68px 0 466px;
    }
}

@media (max-width: 783px) {
    .ctop {
        height: auto !important;
        padding-bottom: 10px;
    }
}

@media (max-width: 780px) {
    .tab-001 #headline {
        font-size: 26px !important;
    }
}

@media (max-width: 760px) {
    .tab-005-txt { 
        padding-top: 1px;
    }
    
    div.blueTable {
        width: auto;
        float: none;
        margin: 26px 0 0;
    }
    
    .divTable.blueTable .divTableCell {
        padding: 3px 15px;
    }
}

@media (max-width: 731px) {
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 28px 0 466px;
    }
}

@media (max-width: 725px) {
    #defaultCountdown {
        display: none;
    }
    .nano-headlines-container {
        float: none;
        text-align: center;
    }
    .nano-headlines-container br {
        display: none;
    }
}

@media (max-width: 710px) {
    .video-container {
        margin-top: 10px !important;
    }
}

@media (max-width: 699px) {
    .desktop-lrg {
        display: none;
    }
    .desktop-med {
        display: block !important;
    }
    .countdown-bar {
        max-height: none !important;
    }
}

@media (max-width: 678px) {
    div.blueTable { 
        margin-top: 15px; 
    }
    
    .divTable.blueTable .divTableCell {
        padding: 3px 15px;
        font-size: 16px;
        font-weight: 400;
    }
    
    .em_trailer section.section-005 .tab-005 .tab-005-txt .ep-countries-placard {
        width: 175px;
        margin-left: -13px;
    }
    
    .em_trailer section.section-006 .tab-006 .tab-006-txt {
        margin-left: 180px;
    }
}

@media (max-width: 673px) {
    .countdown-bar .cd-txt .csotb-txt {
        float: none;
    }
    
    .csotb-txt {
        margin-top: 5px;
        margin: 5px auto 10px;
        max-width: 240px; 
    }
    
    .hurry-mob {
        display: block !important;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        color: #810202;
        text-decoration: none;
    }
    
    .mob-flashing {
        display: block !important;
        max-width: 520px;
        margin: 0 auto;
    }
    
    .countdown-bar {
        max-height: none !important;
    }
    
    .countdown-bar .cd-txt .cd-container {
        max-width: 165px !important;
        margin: 0 auto;
        float: none;
    }
    
    .hurry {
        display: none;
    }
    
    .ends-in {
        display: block !important;
        font-style: italic;
        color: #e50808 !important;
        margin-top: 22px;
    }
    
    .countdown-bar .cd-txt .flash-sale {
        display: block;
        margin: -9px auto 10px;
    }
}

@media (max-width: 660px) {
    .countdown-bar .cd-txt .cd-container, 
    .countdown-banner {
        display: none !important;
    }
    
    #defaultCountdown3 .countdown-section {
        margin: 0px 0 -5px -1px;
    }
    
    .outer-countdown-bar-mobile { 
        display: block !important; 
    }
}

@media (min-width: 661px) {
    .countdown-bar .mob-cd-holder {
        display: none !important;
    }
}

@media (max-width: 650px) {
    .countdown-banner {
        background-position: -124px !important;
    }
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 0 0 346px;
    }
}

@media (max-width: 640px) {
    .fc_trailer .bonus-offer {
        padding: 26px 22px;
        margin: 38px auto 28px;
        border-width: 2px;
    }
    
    .fc_trailer .bonus-offer .bonus-points li {
        font-size: 17px;
        padding-left: 32px;
    }
}

@media (max-width: 620px) {
    .subscribe-full .sugar-book {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .tab-001 #headline {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {
    .divTableCell .mob {
        display: block;
        min-width: 36px;
    }
    .divTableCell .dsk {
        display: none;
    }
}

@media (max-width: 560px) {
    header a img {
        width: 100%;
        margin-bottom: 18px !important;
    }
}

@media (max-width: 522px) {
    .countdown-banner {
        background-position: -194px !important;
    }
    .countdown-bar .cd-txt .cd-container {
        margin: 0px 0 0 275px;
    }
}

@media (max-width: 512px) {
    .tab-001 #headline {
        font-size: 19px !important;
    }
}

@media (max-width: 500px) {
    .desktop-med {
        display: none !important;
    }
    .desktop-sml {
        display: block !important;
    }
}

@media (max-width: 497px) {
    div.blueTable { 
        margin-top: 0px; 
    }
    .divTable.blueTable .divTableCell {
        padding: 3px 5px;
    }
}

@media (max-width: 492px) {
    .now-playing, .countdown-section {
        display: none !important;
    }
}

@media (max-width: 449px) { 
    .countdown-banner-desktop { 
        display: none; 
    }
    .em-mobile-nano {
        display: block !important;
        max-height: 46px;
    }
    .nanobar {
        background: #679cbb;
    }
    #headline {
        margin-top: 21px !important;
        margin-bottom: 11px !important;
    }
}

@media (max-width: 448px) {
    .hurry-note {
        float: none !important;
    }
    #defaultCountdown3  .countdown-section .countdown-period { 
        font-size: 18px !important;
    }
}

@media (max-width: 435px) {
    .countdown-bar .cd-txt .cd-container, 
    .countdown-bar .cd-txt .hurry {
        float: none;
        margin: 0 auto;
    }
    
    .countdown-bar .cd-txt .cd-container {
        max-width: 165px;
    }
    
    .countdown-bar {
        max-height: none !important;
    }
    
    .countdown-section:nth-of-type(1) {
        background: transparent;
    }
    
    .countdown-section:nth-of-type(3) {
        background: transparent;
    }
    
    .countdown-section {
        margin-left: 0 !important;
    }
    
    #defaultCountdown {
        float: none;
        height: auto;
    }
}

@media (max-width: 422px) {
    .countdown-banner {
        background-position: -324px !important;
        height: 32px !important;
    }
}

@media (max-width: 411px) {
    .em_trailer section.section-005 .tab-005 .tab-005-txt .ep-countries-placard {
        width: 132px;
    }
    .em_trailer section.section-006 .tab-006 .tab-006-txt {
        margin-left: 140px;
    }
    .divTable.blueTable .divTableCell {
        font-size: 14px;
    }
}

@media (max-width: 405px) {
    #defaultCountdown .countdown-row .countdown-section .countdown-amount {
        font-size: 24px !important;
        min-width: 28px !important;
    }
}

@media (max-width: 402px) {
    .divTable.blueTable .divTableCell {
        font-size: 12px;
        padding: 3px 2px;
    }
    .em_trailer section.section-005 .tab-005 .tab-005-txt .ep-countries-placard {
        margin-bottom: 0;
        margin-right: 9px;
    }
    .em_trailer section.section-006 .tab-006 .tab-006-txt {
        margin: 0;
    }
    .ctop {
        background-size: cover !important;
    }
    #defaultCountdown .countdown-row .countdown-section {
        max-width: 90px;
    }
}

@media (max-width: 380px) {
    .em_trailer section.section-005 .tab-005 .tab-005-txt .ep-countries-placard {
        margin-bottom: 0;
        margin-right: 14px;
    }
}

@media (max-width: 364px) {
    .countdown-banner {
        background-position: -188px !important;
        height: 38px !important;
    }
}

@media (max-width: 360px) {
    .tab-001 #headline {
        font-size: 17px !important;
    }
}
