/* Video */
#viddsk  > .container,  #viddsk  > .container .col-md-12, #vidmob  > .container, #vidmob > .container .col-md-12, #video-text > .container, #video-headline-text > .container {
    max-width: 100%; 
    padding: 0; 
}
#video-text {
    position: absolute!important;
    top: 38%;
    width: 40%;
    left: 6%;
}
@media screen and (max-width: 1023px) {
    #video-text {
        width: 48%;
        left: 0;
    }
    #video-text > .container {
        padding: 0 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #video-text {
        top: 16%;
    }
    #video-text .col-md-12 .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #video-headline-text .col-md-12 {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    #video-text {
        top: 28%;
        left: 4%;
        width: 38%;
    }
    #video-text .col-md-12 .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #video-headline-text .col-md-12 {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
  }
 /*@media screen and (min-width: 1800px) and (max-width: 2300px) {
    #video-text {
        top: 40%;
        left: 12%;
    }
  }
  @media screen and (min-width: 2301px) and (max-width: 3000px) {
    #video-text {
        top: 45%;
        left: 15%;
    }
  }
 @media screen and (min-width: 3001px) {
    #video-text {
        top: 45%;
        left: 15%;
    }
  }*/
  @media screen and (max-width: 767px) {
    #video-sect > .container {
        max-width: 100%; 
        padding: 0;
    }
  }
  @media screen and (min-width: 501px) and (max-width: 767px) {
    #video-text {
        top: 67%;
    }
  }
  @media screen and (min-width: 401px) and (max-width: 500px) {
    #video-text {
        top: 60%;
    }
  }
  @media screen and (max-width: 400px) {
    #video-text {
        top: 54%;
    }
  }

/* Columns */
.setting-up-col {
    min-height: 500px;
}
.resources-col {
    min-height: 450px;
}
.payments-col {
    min-height: 230px;
}
.payment-icons img {
    min-height: 48px;
}
@media screen and (max-width: 1279px) {
    .setting-up-col {
        min-height: 440px;
    }
    .resources-col {
        min-height: 400px;
    }
    .payments-col {
        min-height: 230px;
    }
}
@media screen and (max-width: 1023px) {
    .setting-up-col {
        min-height: 425px;
    }
    .resources-col {
        min-height: 417px;
    }
    .payments-col {
        min-height: 280px;
    }
}
@media screen and (max-width: 767px) {
    .setting-up-col {
        min-height: auto;
    }
    .resources-col {
        min-height: auto;
    }
    .payments-col {
        min-height: auto;
    }
}

/* Clear the random arrow that sometimes appears next to link */
a.links-item i {
    margin-left: 0;
    display: none;
}

/* Fonts */
@media screen and (max-width: 1023px) {
    #video-headline-text .heading-6 {
        font-size: 1.875rem;
        line-height: 2.35rem;
    }
    #video-text .body-3 {
        font-size: 0.875rem;
        line-height: 1.35rem;
    }
    #video-headline-text.pad-2-b-sm-down {
        padding-bottom: 0.55rem !important;
    }
}
@media screen and (max-width: 520px) {
    #video-headline-text .heading-6 {
        font-size: 1.875rem;
        line-height: 2.35rem;
    }
    #video-text .body-3 {
        font-size: 0.875rem;
        line-height: 1.35rem;
    }
    #video-headline-text.pad-2-b-sm-down {
        padding-bottom: 0.55rem !important;
    }
}
