/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.slick-next {
    color: rgb(255, 55, 55);
    /* background: linear-gradient(to right, #ff8c00, #ff6347); */
    /* color: transparent; */
    font-size: 0;
    right: 28px
}

.slick-next::before {
    color: var(--primary);
    /* content: ''; */
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 40px;
}


/*--------------------------------------------------------------
# tabs Section
--------------------------------------------------------------*/
#tabs {
    padding: 90px 0rem 0px 0rem;

}

#tabs .nav-tabs {
    border-color: #201B50;
    border-bottom: 5px solid #201B50;
}

#tabs .nav-tabs a {
    border-radius: 15px 15px 0 0;
    border-bottom: 0px;
    padding: 15px 22px 8px 22px;
    margin: 0px 25px 0px;
    background-color: #201B50;
    color: white;
}

/*--------------------------------------------------------------
# tabs Section
--------------------------------------------------------------*/
#ActivePolls-tab {
    padding: 20px 0rem;
    background-color: var(--white);

}

#ActivePolls-tab .btn {
    padding: .6rem 3.5rem;
}

/*--------------------------------------------------------------
# heading Section
--------------------------------------------------------------*/
#heading {
    padding: 20px 0rem;
    background: #F5F6F7;
    color: #949FAE;
}

#heading .card {
    border-radius: .7rem;
}

#heading .dropdown .dropdown-menu {
    border-radius: .7rem;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#heading .parameter-card .table thead>tr>th:first-child {
    /* border: 1px solid red; */
    border-radius: 30px 0px 0px 30px;
}

#heading .parameter-card .table thead>tr>th:last-child {
    border-radius: 0px 30px 30px 0px;
}

#heading .parameter-card .table thead>tr>th {
    color: #8DAACA;
    background-color: #F2F8FF;
    font-weight: 500;
}

#heading .table thead>tr>th span {
    color: #89B0FF;
    font-weight: lighter;
    font-size: 14px;
}

#heading .table thead>tr>th {
    text-align: center;
}

#heading .table tbody>tr>td {
    font-size: 15px;
    color: #5B5D5F;
}

#heading .table tbody>tr>td .p {
    background-color: #FFFAE1;
    color: #818181;
    border-radius: .8rem;
    text-align: center;
    justify-content: center;
    padding: 5px 20px;
    width: 140px;
}

#heading .table tbody>tr>td .p.at-par,
#heading .table tbody>tr>td .p.positive,
#heading .table tbody>tr>td .p.outstanding {
    background-color: #EAFFE3;
}

#heading .table tbody>tr>td .p.average,
#heading .table tbody>tr>td .p.giving-up,
#heading .table tbody>tr>td .p.difficulty {
    background-color: #FFE5E5;
}

/* #heading .table tbody>tr>td .p:contains("At Par"),
#heading .table tbody>tr>td .p:contains("Positive"),
#heading .table tbody>tr>td .p:contains("Outstanding") {
  background-color: #EAFFE3;
}

#heading .table tbody>tr>td .p:contains("Average"),
#heading .table tbody>tr>td .p:contains("Giving up"),
#heading .table tbody>tr>td .p:contains("Difficulty") {
  background-color: #FFE5E5;
} */

#heading .table tbody>tr>th {
    color: #B0AAAA;
    font-weight: 500;
}

/* #heading .header-detail .dropdown {
  overflow: auto !important;
} */
#heading .header-detail .dropdown button {
    border-radius: 5rem;
    padding: .3rem 2rem;
}

#heading .header-detail h3 {
    font-weight: 600;
    margin: 0;
}

#heading .header-detail .right-side span {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

#heading .header-detail .right-side img {
    width: 12px;
    margin: 0rem 1rem;
}


#polls .thanks {
    display: none;
}

#polls .thanks .card {
    margin: 0px;
    border-radius: .7rem;
}

#polls .thanks .card h4 {
    color: #48494C;
}

#polls .thanks .card p {
    color: #949494;
}

#polls .thanks img {
    width: 120px;
    margin-top: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero .select-wrapper {
    position: relative;
}

#hero .tab-header h2 {
    color: #48494C;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}

#hero .tab-header h2>span {
    font-size: 16px;
    color: #949FAE;
    padding: 0px 15px;
}



#hero p {
    padding-bottom: 1rem;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.743);
}

#hero h1 {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
}

#hero .col-lg-6 .img-hero img {
    width: 100%;
}

#hero .contact-wrap h1 {
    font-size: 2rem;
    margin: 0px;
}

#hero .contactForm {
    background-color: #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    padding: 1.5rem;
}

#hero .contactForm .col-md-12 {
    padding: .6rem;
}

#hero .contactForm .col-md-12 label {
    font-weight: 600;
}

#hero .contactForm .col-md-12 input::placeholder {
    font-size: 12px;
}

#hero .contactForm .col-md-12 select {
    font-size: 12px;
    padding: .5rem .6rem;
}

#hero:before {
    content: " ";
    /* opacity: 0.1; */
    /* background: #FFF9EF; */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}



#hero h1 span {
    color: #00cdff;
}



#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero {
    width: 100%;
    position: relative;
    padding: 20px 0rem;
}

#hero .badge {
    /* height: 20px; */
    padding: 5px 15px;
    font-weight: 400;
}

#hero .uper-content h5 {
    font-weight: 600;
    color: #555555;
}

#hero .uper-content .center-text {
    margin: 0px 10px;
}

#hero .uper-content h6 {
    font-weight: 500;
}

#hero .col-lg-4 .p {
    color: #898989;
    height: 40px;
}

#hero .col-lg-4 .card {
    border-radius: .7rem;
}

#hero .col-lg-4 .p b {
    color: #555555;
}

#hero .col-lg-4 .button-group .btn img {
    width: 20px;
}

#hero .col-lg-4 .button-group .btn {
    background-color: #F7FAFF;
    border-radius: .6rem;
}

#hero .col-lg-4 textarea {
    background-color: #F7FAFF;
    border-radius: .6rem;
}

#hero .col-lg-4 .button-group .btn:hover {
    background-color: #3D86FF;
    color: white;
}

/* @media (min-width: 1024px) {
  #hero {
    background-size: 200vh;
  }
} */

@media (max-width: 991px) {

    #hero .contact-wrap h1 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    #hero .contact-wrap p {
        font-size: 1.5rem;
    }

    #hero .animated {
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        max-width: 50%;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .contact-wrap h1 {
        font-size: 1.8rem;
    }

    #hero .contact-wrap p {
        font-size: 1rem;
    }

    #hero .hero-img img {
        background-size: 200vh;
        width: 80%;
    }
}

@media (max-width: 385px) {
    #hero .contact-wrap h1 {
        font-size: 1.5rem;
    }

    #hero .contact-wrap p {
        font-size: 1rem;
    }

    #hero .hero-img img {
        background-size: 200vh;
        width: 80%;
    }

    #hero .col-lg-4 .p {
        height: 52px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/* # result */

#result .right-side table>thead {
    border-radius: 2rem;
    padding: 5rem;
    color: #0004ff;
}

#result .remarks .card {
    border-radius: 0.7rem;
}

#result .parameter-card .card {
    border-radius: 0.7rem;
}

#result #heading .header-detail .right-side img {
    width: 240px;
    margin: 0rem 1rem;
}

.bg_tag {
    background-color: #EBF2F7;
    color: #7A8AAF;
}

.blue_button {
    background-color: #0C82FE;
    border-radius: 10px;
    padding: 10px 50px;
}

.flex_box {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 700px) {
    .questionmark {
        display: none !important;
    }
}

@media (max-width: 525px) {
    .flex_box {
        display: block !important;
    }

    .w-3_4 {
        width: 100%;
    }

    .w-1_4 {
        width: 100%;
    }
}

/* # leaderboard */
#leaderboard #heading .header-detail .right-side img {
    width: 100%;
    margin: 0rem;
}

/* #leaderboard #heading .header-detail .right-side .col-md-4 {
  position: relative;
} */

#leaderboard #heading .header-detail .right-side .Trailblazers-background {
    background: url(../img/Active\ Trailblazers-background.png) center no-repeat;
    background-size: cover;
    border-radius: .7rem;
}

#leaderboard #heading .header-detail .right-side .Trailblazers-background .text-side {
    color: #4C97D2;
}

#leaderboard #heading .header-detail .right-side .Trailblazers-background img {
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: white solid 2px;
    margin-bottom: .2rem;
    padding: 0px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    right: 230px;
    top: 22px;
    width: 160px;
    line-height: 16px;
    background: linear-gradient(to right, #D2A74B 0%, #FCE78F 50%, #D2A74B 100%);
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2::before,
#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2::after {
    position: absolute;
    content: "";
    border-top: 4px solid #AB701C;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2::before {
    left: 20px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2::after {
    right: 25px;
}

#leaderboard #heading .header-detail .right-side .col-lg-4 .lerboard-card {
    padding: 4px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    right: -51px;
    top: 22px;
    width: 160px;
    background: linear-gradient(to right, #D2A74B 0%, #FCE78F 50%, #D2A74B 100%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon::before,
#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon::after {
    position: absolute;
    content: "";
    border-top: 4px solid #AB701C;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon::before {
    left: 27px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon::after {
    right: 25px;
}


@media (max-width: 1200px) {
    #leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2 {

        right: 169px;
    }
}

@media (max-width: 990px) {
    #leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2 {
        right: 95px;
    }

    #leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2::before {
        left: 28px;
    }
}

@media (max-width: 768px) {
    #leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2 {
        right: 389px;
    }

    #leaderboard #heading .header-detail .right-side .Trailblazers-background .text-side {
        text-align: center;
    }

    #leaderboard #heading .header-detail .right-side .Trailblazers-background .text-side h1 {
        font-size: 30px;
    }

    #leaderboard #heading .header-detail .right-side .Trailblazers-background .text-side h6 {
        font-size: 12px;
    }

    #leaderboard #heading .header-detail .right-side .Trailblazers-background img {
        border: white solid 1px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 520px) {
    #leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon2 {
        display: none;
        background: red;
    }

    #leaderboard #heading .header-detail .right-side .lerboard-card .card .ribbon {
        display: none;
        background: red;
    }
}


#leaderboard #heading .header-detail .right-side .lerboard-card {
    position: relative;
    overflow: hidden;

}




#leaderboard #heading .header-detail .right-side .lerboard-card .hurray img {
    width: 25px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .Trailblazers {
    background-color: #E9F5FF;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .Trailblazers .hurray {
    color: #568CB4;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .Masters {
    background-color: #E1FFFC;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .Masters .hurray {
    color: #48B7AA;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .Seekers {
    background-color: #E9ECFF;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .Seekers .hurray {
    color: #8D97E7;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .tag-user img {
    width: 30px;
    margin-bottom: 5px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .hurray h5 {
    font-weight: 700;
    margin: 0px;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .hurray {
    color: #6CB0E6;
    text-align: center;
}

#leaderboard #heading .header-detail .right-side .lerboard-card .hurray p {
    margin: 0px;
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}


.btn-light-selected {

    background-color: #3D86FF !important;
    color: white;
}



.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.button-group input[type="radio"] {
    display: none;
}

.spinner-border {
    display: none;
}


.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.overflow-auto-center {
    overflow: scroll;
    height: 85vh !important;
}
@media (max-width: 640px) {
    .button-container {
        flex-direction: column !important;
        /* Switch to column layout on small screens */
    }

    .video-button {
        width: 100%
    }
}
