html {
    position: relative;
    min-height: 100%;
    height: auto;
}

html {
    font-size: 14px;
}

@media screen and (min-width: 700px) {
  html {
    font-size: calc(14px + 2 * ((100vw - 700px) / 500));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

.column, .columns {
    padding-right: 1rem;
    padding-left: 1rem;
}

body {
    height: auto;
    display:block;
    min-height: 100vh;
    background-image:url('../../images/gs-es-background.jpg');
    background-size: cover;
    background-position: center right;
    font-family: 'Roboto Condensed', sans-serif;
    background-attachment: fixed;
    padding-bottom: 12rem;
}

.template24 {
    padding-bottom:0;
}

.template11, .template20, .template22, .template21, .template23, .template26, .template19, .template27 {
    background-image:none;
    background-color:#100f14;
}

.row {
    width:97%;
    max-width: 100rem;
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color:white;
    border-bottom:1px solid white;
}

a:focus, a:hover {
    color: #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}

p, li {
    font-size:1.1rem;
    font-weight:300;
    line-height:1.3;
    color:white;
}

p {
    margin-bottom:0.5rem;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
    margin-top: 1rem;
}

.segment p, .segment {
    color: #009ee3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.1;
    margin-bottom: 0.25rem;
}

.segment p {
    display:inline;
}

.segment p span {
    color: #6d6d6d;
}

.segment.rest {
    display:none;
}

.segment.active p {
    color:#292929;
    font-size:2rem;
}

.segment.done {
    display:none;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #6d6d6d;
    text-transform:uppercase;
}

#status {
    color: #ee7203;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
    font-style: normal;
    margin-bottom: 0.5rem;
}

#sec {
    font-size: 14vw;
    line-height: 0.9;
    color: #ee7203;
    font-weight: 700;
    letter-spacing: -5px;
}

.header {
    padding: 3rem 0;
}

.header img {
    max-width: 14rem;
    display: block;
    margin-bottom: 2rem;
}

.id23 .header img {
    max-width: 22rem;
}

h1 {
    display: inline-block;
    font-weight: 700;
    color: white;
    font-size: 2.5rem;
    line-height: 1.1;
    font-style: italic;
}

.id23 h1 {
    font-size: 3.5rem;
}

label, .equipment-label-heading {
    display: block;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8;
    color: white;
}

.equipment-label {
    font-size: 1.1rem;
    color: white;
    font-weight: 300;
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0;
}

input[type=submit], input[type=text], input[type=password], .button {
    background-color: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    margin-top: 0.8rem;
    font-size:1.1rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0.75rem 1rem 1rem 0;
    box-shadow: 0 0 black;
    max-width: 18rem;
    height: auto;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: -0.3px;
}

input[type=text], input[type=password] {
    background-color: rgba(255,255,255,0.1);
}

input[type=text]:focus, input[type=password]:focus {
    background-color: rgba(255,255,255,0.1);
}

input[type=submit], .button {
    background-image: url('../img/button-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 0.55rem;
    padding-right: 1.75rem;
}

.button-without-arrow {
    background-image: none;
    padding-right: 1rem;
}

.button-play-video {
    background-image: url('../img/button-play-video.svg');
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 1.6rem;
    padding-right: 1rem;
}

input[type=submit]:hover, .button:hover {
    background-color: rgba(255,255,255,0.3);
    color: white;
    border:1px solid white;
}

input[type=submit]:focus, .button:focus {
    outline: none;
    color: white;
    background-color: rgba(255,255,255,0.3);
    border-color:white;
}

input[type=text], input[type=text]:hover, input[type=text]:focus, input[type=password], input[type=password]:hover, input[type=password]:focus {
    color: white;
    outline: none;
    box-shadow: none;
    border: 1px solid white;
    text-transform:none;
    font-weight:400;
}

.controls input[type=text] {
    font-size: 1rem;
    display: inline-block;
    width: 2rem;
    padding: 0.25rem;
    height: auto;
    min-width: auto;
    margin-right: 0.25rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #6d6d6d !important;
}

.outer-footer {
    position: absolute;
    bottom: 0;
    width: 100%;    
}

.template24 .outer-footer {
    position:relative;
}

.footer {
    background-color: rgb(59,61,62);
    background-color: rgba(59,61,62,0.6);
    padding: 0.5rem 0 0rem;
}

.footer p, .footer p a, .grey-link {
    font-size: 0.9rem;
    color: #bbbbbb;
}

.footer p a, .grey-link {
    border-bottom:none;
}

.footer p a:hover, .grey-link:hover {
    color:white;
    border-bottom:none;
}

.counter {
    font-size:4rem;
}

.workout-result {
    min-height: 550px;
}

.workout-result.started .rest.active {
    display:block;
}

#normal-screen-button {
    display:none;
}

.workout-result.started .segment p, .workout-result.started .segment {
    font-size:1rem;
    color:rgba(0,158,227,0.5);
}

.workout-result .segment.active p, .workout-result .segment.active, .workout-result .segment.active p span {
    color: #009ee3;
    font-size: 2rem;
    line-height: 1.1;
}

.workout-result .segment.active p, .workout-result .segment.active p span {
    display: inline;
}

.workout-result .segment.active p span {
    font-size: 1.2rem;
}

.workout-result .segment.active {
    margin-bottom: 1rem;
}

.workout-result.started .rest.done {
    display: none;
}

.rest.active+.segment:before, .newround.segment:before {
    content: "UP NEXT:";
    display: block;
    font-size:2rem;
}

.after-round-1.next-round:before {
    content: "UP NEXT:";
    display: block;
    font-size: 2rem;
    color: rgba(0,158,227,0.5);
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
}

.after-round-1.next-round+.segment1, .after-round-1.next-round+.segment1 p {
    color: rgba(0,158,227,0.5);
}

.workout-result.started .rest.active+.segment, .workout-result.started .rest.active+.segment p {
    font-size:2rem;
}


.video-area {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

video.hide-video, .hide-video {
    display:none;
}

/*.segment.active video {
    display:block;
}*/

video {
    max-width:100%;
    height: auto;
}

.responsive-embed {
    margin-bottom: 0;
}

.reveal {
    outline: none;
    border: 1px solid white;
    background-color: black;
    padding: 3rem 1rem 1rem;
}

.reveal-overlay {
    background-color: hsla(0,0%,4%,.8);
}

.close-button:focus, .close-button:hover {
    color: white;
}

.generated-workout-video {
    margin-bottom:2rem;
    position:relative;
}

#full-screen-button {
    position: absolute;
    bottom: -3rem;
    left: 1rem;
}

.generated-workout-video.full-screen-mode, .generated-workout-video.full-screen-mode video {
    width:100%;
}

.timer-and-buttons.full-screen-mode {
    position: absolute;
    top: 0;
    left: 1rem;
    background-color: rgba(0,0,0,0.5);
    padding: 1rem 1rem 0.5rem;
    min-width: 14rem;
}

.exercise-listing.full-screen-mode {
    position: absolute;
    top: 0;
    right: 1rem;
    background-color: rgba(0,0,0,0.5);
    padding: 1rem 1rem 0;
    width:auto;
}

.exercise-listing.full-screen-mode .segment {
    display:none;
}

.exercise-listing.full-screen-mode .segment.active {
    display:block;
}


.notes {
    display:none;
}

.workout-result .segment.active .notes {
    display: block;
}

.login-panel {
    background-color: rgb(0,158,227);
    background-color: rgba(0,158,227,0.5);
    margin: 2rem 0;
    padding: 1rem;
}

.register-panel {
    background-color: rgb(238,114,3);
    background-color: rgba(238,114,3,0.5);
    margin: 2rem 0;
    padding: 1rem;
}

.login-panel input[type=submit], .blue-button, input[type=submit].blue-button, .blue-button:focus, input[type=submit].blue-button:focus {
    background-color:#009ee3;
    color:white;
}

.login-panel input[type=submit] {
    width: 100%;
}

.login-panel .row, .register-panel .row {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
}

.login-panel .button, .register-panel .button {
    width:100%;
    max-width: inherit;
}

.register-panel .button {
    margin:0;
}

.login-panel input[type=submit]:hover, .blue-button:hover, input[type=submit].blue-button:hover {
    background-color: #40bbf7;
}

.register-panel .button, .orange-button {
    background-color:#ee7203;
    color:white;
}

.register-panel .button:hover, .orange-button:hover {
    background-color: #ff9900;
}

.error {
    color:#ee7203;
}

.home-text-panel {
    background-color:rgb(14,13,19);
    background-color: rgba(14,13,19,0.6);
    padding: 1rem 1rem 1rem 0;
}

.logged-in-text {
    background-color: rgba(59,61,62,0.6);
    padding: 1rem 2rem 0.5rem 1rem;
    display: inline-block;
    position: absolute;
    top: 3rem;
    right: 0;
}

.logged-in-text p {
    font-size:0.8rem;
    font-weight:400;
}

.logged-in-text .button {
    margin: 0;
}

.close-button {
    outline: none;
}

.up-next, .up-first, .switch-sides-text {
    position: absolute;
    width: calc(100% - 2rem);
    text-align: center;
    height: 100%;
    text-align: center;
    padding-top: 24%;
}

.up-first {
    padding-top:21%;
}

.up-next-inner p, .up-first-inner p, .switch-sides-text-inner p {
    color: rgba(255,255,255,0.7);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 6rem;
    line-height: 0.5;
}

.up-next-inner p, .switch-sides-text-inner p {
    display:none;
}

.up-first-inner p span {
    font-size:2rem;
}

.up-first-inner p.countdown-number {
    font-size: 14vw;
}

.hide-if-stretch-selected, .time-warning, .small-print {
    font-size: 0.9rem;
    color: #bbbbbb;
    margin-top: 0.25rem;
    max-width: 450px;
}

input[type=image] {
    background-color: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    margin-top: 0.8rem;
    font-weight: 500;
    font-size: 1rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0.75rem 1rem 1rem 0;
    box-shadow: 0 0 black;
    max-width: 18rem;
    height: auto;
    line-height: 1.2;
    content: "Buy now";
}

table tbody td, table tbody th {
    padding: 0.2rem 0.5rem;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #bdbdbd;
}

td {
    border: 1px solid white;
    color: white;
}

table tbody, table tfoot, table thead {
    border: 1px solid white;
    background-color: transparent;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}

.control {
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    display: inline-block;
    margin-right: 1.5rem
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 0.4rem;
    left: 0;
    height: 1.1rem;
    width: 1.1rem;
    background: #27262b;
    border: 1px solid white;
}

.control input:checked+.control_indicator {
    background-image:url('../img/tick-new.png');
    background-size:cover;
}

.control input:disabled+.control_indicator {
    background-color: black;
    opacity: 0.5;
    pointer-events: none;
}

.control-radio .control_indicator {
    border-radius: 0;
}

.hand-weights-disabled {
    font-size: 0.9rem;
    color: #bbbbbb;
    margin-top: 0.25rem;
    max-width: 450px;
}

.equipment-label-disabled {
    color:#bbbbbb;
}

.instagram-link svg {
    height: 1rem;
    width: 1rem;
    display: inline;
    margin-right: 0.1rem;
    vertical-align: middle;
    fill:#bbbbbb;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.instagram-link:hover svg {
    fill:#a7a7a7;
}

.gs-instagram-link:hover, .gs-instagram-link:hover svg {
    fill:#40bbf7;
    color:#40bbf7;
}

.es-instagram-link:hover, .es-instagram-link:hover svg {
    fill:#ee7203;
    color:#ee7203;
}

.instagram-link:focus, .instagram-link:focus svg {
    fill:#bbbbbb;
    color:white;
}

.share-icons {
    margin-bottom: 1rem;
    color: #bbbbbb;
}

.share-icons svg {
    height: 1.2rem;
    vertical-align: middle;
}

.template19 .share-icons svg {
    height: 1.5rem;
    margin-top:0.25rem;
}

.share-icons a {
    border-bottom:0;
    margin-left:0.25rem;
}

.template19 .share-icons a {
    margin-left: 0 !important;
    margin-right: 0.25rem;
}


.share-icons .social-icon {
    fill: #bbbbbb;;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.template19 .share-icons .social-icon {
    fill:white;
}

.share-icons a:hover .social-icon, .share-icons button:hover .social-icon {
    fill:white;
}

.template19 .share-icons a:hover .social-icon, .template19 .share-icons button:hover .social-icon {
    fill:#40bbf7;
}

.copy-link-button {
    position:relative;
    outline:none;
    margin-left: 0.25rem;
}

.copy-link-tooltip {
    position: absolute;
    display: none;
    background-color: #565658;
    color: white;
    padding: 0.5rem 0.4rem 0.3rem;
    width: max-content;
    right: -2.5rem;
    top: -2.75rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.email-link a {
    border-bottom:1px solid transparent;
}

.ranking {
    padding: 1rem;
    width: 200px;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    border: 2px solid #ee7203;
    background-color: rgba(16,15,20,0.2);
}

.template12 .loginForm, .template12 .loginLogin, .template20 .loginForm, .template20 .loginLogin, .template25 .loginForm, .template25 .loginLogin {
    display:none;
}

.flash {
    background-color: #ee7203;
    border-radius: 50%;
    padding: 1rem;
    position: absolute;
    right: 0;
    width: 12rem;
    height: 12rem;
    top: 0;
}

.flash p {
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 400;
}

.flash p span {
    font-size:2rem;
    font-weight:700;
}

.flash img {
    width: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.flash p a:hover {
    color:black;
    border-bottom:1px solid black;
}

.training-plan-panel {
    border:1px solid white;
    padding:1rem 1rem 0 1rem;
    margin-bottom: 1rem;
    background-color:rgb(14,13,19);
    background-color:rgba(14,13,19,0.6);
}

.beginner-panel {
    background-color:rgb(0,158,227);
    background-color:rgba(0,158,227,0.5);
    border:0;
}

.intermediate-panel {
    background-color:rgb(238,114,3);
    background-color:rgba(238,114,3,0.5);
    border:0;
}

.ranking-panel {
    border: 2px solid #ee7203;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 2rem;
    display: inline-block;
}

.ranking-panel p {
    color:#ee7203;
    font-weight:700;
    max-width: 23rem;
}

.login-tooltip {
    display:none;
    position: absolute;
    top: -3rem;
    width: 100%;
    text-align: center;
}

.login-tooltip-inner {
    background: white;
    padding: 0.5rem 1rem;
    color: #009ee3;
    font-weight: bold;
    box-shadow: 1px 4px 9px rgb(0 0 0 / 50%);
    text-transform: uppercase;
    display:inline-block;
}

.login-tooltip img {
    display: block;
    margin-bottom: -1.5rem;
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.home-video-container {
    margin-top:1.5rem;
    margin-bottom:1rem;
    max-width: 548px;
}

.button-arrow-right {
    width: 0.55rem;
    margin-left: 0.2rem;
    vertical-align: -1px;
}

.button-arrow-left {
    width: 0.55rem;
    margin-right: 0.2rem;
    vertical-align: -1px;
}

.dashboard-panel {
    background-color: rgb(14,13,19);
    background-color: rgba(14,13,19,0.6);
    padding: 1rem;
    border: 1px solid white;
}

.template27 .login-panel {
    margin-top:0;
}




















/*Form Styles
========================================================================= */

.form-error{
  color: #f25648;  
}

.callout.warning {
    background-color: #ec5840;
    color: #fff;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.875rem;
    border: 1px solid hsla(0, 84%, 23%, 0.25);
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

.callout.warning {
    background-color: transparent;
    color: #fff;
    border: 0;
    padding: 0;
}

.callout.warning p {
    color: #ee7203;
}

.is-invalid-input:not(:focus) {
    border-color: #ec5840;
    background-color: rgba(255,255,255,0.1);
}

select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid white;
    color: white;
    font-size: 1.1rem;
    height: auto;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    padding: 0.5rem 0.7rem;
    max-width: 24rem;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
}

select option {
    color:black;
}

select:focus {
    outline: none;
    border: 1px solid white;
    background-color: rgba(255,255,255,0.1);
    box-shadow: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


/* Cookie policy
========================================================================== */

#cookiePanel {
    background: rgb(59,61,62);
    width: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
	position: fixed;
    bottom: 0;
}


#cookiePanel p {
    margin: 0;
	font-size: 0.9rem;
	line-height:1.3;
}

#cookiePanel p a {
    font-size: 0.9rem;
    margin: 0;
} 

#cookieNoshow {
    margin: 0;
}







/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    .login-panel {
        background-color: rgba(0,158,227,0.7);
    }
    .register-panel {
        background-color: rgba(238,114,3,0.7);
        margin: 2rem 0;
        padding: 1rem;
    }
    .login-panel input[type=submit], input[type=text], input[type=password], .button {
        max-width:inherit;
        width:inherit;
    }
    .id34 input[type=text], .id34 input[type=password], .id26 input[type=text], .id26 input[type=password] {
        width:100%;
    }
    .login-panel .button, .register-panel .button {
        width: auto;
    }
    #cookieNoshow {
        margin-top: 15px;
        padding: 7px 10px;
    }
    .home-form {
        padding: 0;
    }
    .workout-result {
        padding: 0 0 3rem 0;
    }
    .video-area {
        position: relative;
        width:100%;
    }
    video.show-video {
        margin-bottom:1rem;
    }
    .logged-in-text {
        position: relative;
        top: 0;
        width: 100%;
    }
    .logged-in-text-text-area {
        float:left;
    }
    .logged-in-text-button-area {
        float:right;
    }
    .logged-in-text {
        padding: 1rem 1rem 0.5rem 1rem;
    }
    body {
        background-image: url(../../images/gs-es-background-mobile.jpg);
        background-attachment: inherit;
        padding-bottom: 6rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #0e0d13;
        background-position: bottom;
        padding-bottom: 19rem;
    }
    .home-text-panel {
        background-color: transparent;
    }
    .template12 {
        background-image:none;
    }
    .reveal {
        top: 5%;
        left: 5%;
        width: 90%;
        height:auto;
        min-height:auto;
    }
    .large {
        margin-bottom: 0rem;
    }
    .flash {
        position: relative;
        margin-top: 1rem;
    }
    #sec {
        font-size: 35vw;
    }
    .up-next-inner p, .up-first-inner p, .switch-sides-text-inner p {
        font-size: 3.25rem;
    }
    .generated-workout-video {
        margin-bottom:0;
    }
    .large {
        margin-bottom:1rem;
    }
    .stretch-buttons input[type=submit] {
        max-width: inherit;
    }
    #full-screen-button {
        display:none;
    }
    .template15 .outer-footer .container {
        background-color: rgba(59,61,62,0.6);
        padding-top: 0.5rem;
    }
    .up-first-inner p.countdown-number {
        font-size: 35vw;
        margin-top: -0.5rem;
    }
    .template24 {
        background-image: none;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    body {
        background-image: url(../../images/gs-es-background-tablet3.jpg);
        background-attachment: fixed;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #0e0d13;
        background-position: bottom right;
        padding-bottom: 10rem;
    }
    .home-text-panel {
        background-color: transparent;
    }
    .template12 {
        background-image:none;
    }
    .flash {
        position: relative;
        margin-top: 1rem;
    }
    #sec {
        font-size: 24vw;
    }
    #pause, #restart {
        margin-top:0;
    }
    .medium-12 video {
        width:100%;
    }
    #full-screen-button {
        display:none;
    }
    #start {
        margin-bottom: 2rem;
    }
    .template19 {
        background-image:none;
    }
    .up-first-inner p.countdown-number {
        font-size: 24vw;
    }
    .template24 {
        background-image: none;
    }
    .home-video-container {
        max-width: 34.25rem;
    }
    .id23 .register-panel, .id23 .login-panel {
        max-width: 34.25rem;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .reveal.large {
        width: 75%;
        max-width: 75rem;
        top: 10%;
    }
    #pause, #restart {
        margin-top:0;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


@media screen and (min-width: 1700px) {
    #sec {
        font-size: 240px;
    }
}

/* Fix for portrait iPad */
@media screen and (min-width:750px) and (max-width:780px) {
    .up-next, .up-first, .switch-sides-text {
        height: 430px;
    }
}

/* Fix for landscape iPad */
@media screen and (min-width:1020px) and (max-width:1030px) {
    .up-next, .up-first, .switch-sides-text {
        height: 327px;
    }
}

@media screen and (min-width:1300px) {
    .id23 .home-text-panel {
        background-color: transparent;
    }
}