.new_film_page {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.section {
}

.section-inner {
    padding: 1.5vw 11.5vw;
    display: flex;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-style: normal;
}

.spacer-1-25 {
    height: 1.25vw;
}

.spacer-1-5 {
    height: 1.5vw;
}

.heading-3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
}

.heading-4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.heading-5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}

.heading-6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.text-film-gray {
    color: #2A2C2B !important;
}

.text-white {
    color: #FFF !important;
}

.btn-round {
    padding: 12px 25px;
    border-style: solid;
    border: 1px solid #000000;
    border-radius: 40px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    width: fit-content;
    font-family: 'Montserrat';
    font-style: normal;
}

.btn-round img {
    padding-left: 9px;
}

.hr {
    border-top: 1px solid #E0E0E0;
}

p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #2A2C2B;
    font-family: 'Montserrat';
    font-style: normal;
}

/* ----------------- LOADER PURE CSS ------------------ */
#loaderBIGOuter {
    position : fixed;
    z-index : 1999;
    height : 100%;
    width : 100%;
    text-align: center;
    top : 0px;
    background: #000;
}

#loaderBIGInner {
    position: relative;
    margin : 0px auto;
    display : block;
    top : 35%;
}

#loaderBIGInner img {
    display: block;
    margin : 0 auto 20px auto;
    width : auto;
    height : 50px;
}

.loaderQuotesText {
    margin-top : 15px;
    color : #fff;
    display : table;
    width : 95%;
    margin : 15px auto;
    font-size : 15px;
    line-height: 20px;
}

.loaderCSS {
    margin : 0px auto;
    font-size : 5px;
    position : relative;
    text-indent : -9999em;
    border-top : 0.7em solid rgba(255, 255, 255, 0.1);
    border-right : 0.7em solid rgba(255, 255, 255, 0.1);
    border-bottom : 0.7em solid rgba(255, 255, 255, 0.1);
    border-left : 0.7em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform : translateZ(0);
    transform : translateZ(0);
    -webkit-animation: load8 0.50s infinite linear;
    animation : load8 0.50s infinite linear;
}

.loaderCSS, .loaderCSS:after {
    border-radius: 50%;
    width : 5em;
    height : 5em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform : rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform : rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform : rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform : rotate(360deg);
    }
}

.breadcrumbs_left {
    display: table;
    float: left;
    width: 70%;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a {
    text-decoration: underline;
    padding: 0 5px;
    color: #000;
}

.breadcrumbs_right {
    display: table;
    float: right;
    width: 30%;
    text-align: right;
}

.film_event_share {
    padding-left: 15px;
    cursor: pointer;
}

.film_event_save {
    cursor: pointer;
}

.profile_share_title {
    font-size: 18px;
    color: #000;
}

.breadcrumb_button {
    display: inline-block;
}

.breadcrumb_button span, .breadcrumb_button img {
    display: inline-block;
    vertical-align: middle;
}

.section-footer {
    background-color: #000;
}

/* Film detail page */
.film-detail-container {
    display: flex;
    flex-direction: row;
    grid-column-gap: 4.86vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.film-poster-img {
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 31.7vw;
    height: 47.91vw;
    display: block;
}

.film-right-detail {
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
    margin-right: 6.8vw;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.film-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    color: #2A2C2B;
    letter-spacing: normal;
    text-transform: none;
}

.film-detail-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #2A2C2B;
    display: inline-block;
    padding-right: 14px;
}

.film-detail-item:not(:first-child) {
    padding-left: 14px;
}

.film-synopsis {
    color: #2A2C2B;
}

.video-player-btn {
    cursor: pointer;
    margin-right: 10px;
}

#videoTrailerModal .modal_video_container {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: #000;
    text-align: center;
    margin: 0;
}

.modal_video_container .modal_inner {
    width: 100%;
    padding: 0;
}

.modal-video-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 1vw 1vw 5.625vw 1vw;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Card Container */
.card-container {
    padding: 54px 54px 64px;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    box-shadow: none;
}

.group-container {
    flex-direction: column;
    grid-row-gap: 44px;
}

.film-contributor-container {
    display: flex;
    flex-direction: row;
}

.team-left-container {
    border-right: 1px solid #DEDEDE;
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

.team-left-container.no_contributors {
    border: none;
}

.team-right-container {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.team-member {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.member-avatar-img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-bottom: 18px;
}

.member-name {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.member-role {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.community-description {
    display: flex;
    flex-direction: row;
    grid-column-gap: 2vw;
}

.community-img {
    background-image: url("/assets/img/films/community.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 25%;
}

.community-right-container {
    width: 65%;
    padding: 25px;
}

.theatrical-description {
    display: flex;
    flex-direction: row;
    grid-column-gap: 2vw;
    background: #F5F5F5;
    padding: 40px 44px;
    border-radius: 16px;
}

.theatrical-img {
    background-image: url("/assets/img/films/theatrical.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 30%;
}

.theatrical-right-container {
    width: 65%;
    padding: 25px;
}

#film_inquiry_btn, #find_theator_btn, .button-black {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 25px;
    background: #000;
    border: 1px solid #000;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    cursor: pointer;
}

#film_inquiry_btn  .info_label_icon {
    height: 11px;
    width: 11px;
    margin-left: 5px;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    font-weight: bold;
}
.community-p , .theatrical-p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    width: 38.54vw;
}

.theatrical-title {
    line-height: 120%;
}

.faq-header-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.faq-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    /* width: 40.1vw; */
}

.faq-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 24px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 8px;
}

.faq-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.faq-question {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.faq-read-more, .faq-read-close {
    height: 30px;
    width: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.newmodal-input-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    text-align: left;
    margin-bottom: 14px;
}

.new_homepage_modal .booking_form_button_left {
    padding: 20px 0;
    border: 1px solid #C2C2C2;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1F1F1F;
}

.new_homepage_modal .booking_form_button_right {
    padding: 20px 0;
    font-size: 13px;
    text-align: center;
    border: 1px solid #C2C2C2;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1F1F1F;
}

#film_booking_inquiry_modal .input-container {
    position: relative;
}

#film_booking_inquiry_modal .input-field {
    padding-left: 65px;
}

.two-input-container {
    display: flex;
    flex-direction: row;
    grid-column-gap: 10px;
    padding-top: 10px;
    position: relative;
}

.flexible-date-container {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    width: auto;
    background: #F5F5F5;
}

.newmodal-select, #film_inquiry_screening_type {
    padding: 17px 18px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #474747;
}

.newmodal-input, #booking_search_city_state_inquiry {
    padding: 17px 18px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #474747;
}

.faq-item .faq-answer-container, .faq-item .faq-read-close, .faq-item.active .faq-read-more {
    display: none;
}

.faq-answer-container {
    width: 100%;
}

.faq-item.active .faq-answer-container {
    display: block;
}

.faq-item.active .faq-read-close, .faq-item .faq-read-more {
    display: flex;
}

.film-detail-category {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.not-mobile {
    display: block;
}

.btn-round img.not-mobile {
    display: inline-block;
}

.mobile {
    display: none;
}

.film-minor-i-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 14px 14px;
    gap: 6px;
    background: #F5F5F5;
    margin: 16px 0;
}

.film-minor-i-container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
}

.film-minor-i-container span {
    font-weight: bold;
}

.film-detail-action {
    display: flex;
    grid-column-gap: 15px;
    flex-direction: row;
}

.film-detail-action a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-round:hover {
    font-weight: 400;
}

.success_message p {
    color: #388E3C;
}

.tod-middle-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tod-description {
    width: 50%;
}

.tod-list-switch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    height: fit-content;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
}

.switch-list {
    cursor: pointer;
    opacity: 0.5;
}

.switch-list:hover {
    opacity: 1;
}

.switch-list.active {
    opacity: 1;
}

.tod-filter-container {
    display: flex;
}

.location-sort {
    cursor: pointer;
    padding-left: 10px;
}

.tod-table-container {
    border: 1px solid #EBEBEB;
    border-radius: 16px;
}

.tod-table-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 36px;
    background: #F5F5F5;
    border-radius: 16px 16px 0px 0px;
}

.tod-filter-select {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #2A2C2B;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url('/assets/img/films/icn_union.svg');
    background-repeat: no-repeat;
    background-size: 10px 7px;
    background-position: calc(100% - 10px) center;
    background-color: white;
    padding: 12px 30px 12px 18px;
}

#tod_film_table_wrapper {
    padding: 24px 36px;
}

#tod_film_table_wrapper thead tr th {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding: 16px 25px;
    text-align: center;
    border-right: solid 1px #ebebeb !important;
    border-top: none !important;
}

#tod_film_table_wrapper tbody tr td {
    color: #323232;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 16px 25px;
    text-align: center;
    border: solid 1px #ebebeb !important;
    border-left: none !important;
}

#tod_film_table_wrapper table .bg_gray {
    background-color: #fafafa;
}

#tod_film_table_wrapper thead th {
    border-bottom: none !important;
}

#tod_film_table_wrapper tbody tr:first-child td {
    border-top: none !important;
}

#tod_film_table_wrapper tbody tr td:first-child {
    border-left: none !important;
}

#tod_film_table_wrapper tbody tr td:last-child, #tod_film_table_wrapper th:last-child {
    border-right: none !important;
}

#tod_film_table_wrapper .table_footer_container {
    padding-bottom: 30px;
}

#tod_film_table_wrapper .table_footer_container .link_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #404040;
}

#tod_film_table_paginate {
    padding-top: 24px;
    float: none;
    text-align: center;
}

#tod_film_mobile_table {
    display: none;
}

#tod_film_table_footer {
    display: none;
}

#tod_film_table_filter {
    display: none;
}

#tod_film_table_paginate .paginate_button {
    border-radius: 50%;
}

#tod_film_table_paginate .paginate_button {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    background: white;
    border: none;
}

#tod_film_table_paginate .paginate_button:hover {
    color: #000 !important;
}

#tod_film_table_paginate .paginate_button.current {
    color: white !important;
    background: #000;
}

#tod_film_table_paginate .paginate_button.disabled {
    color: #aaa !important;
    background: #fff;
    box-shadow: none;
}

.buy-tickets-btn, .learn-more-btn {
    cursor: pointer;
}

.tod-empty-screening {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #2A2C2B;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 44px 54px;
}

@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 1439px) {
    .section-inner {
        padding: 1.5vw 6.4vw;
    }
}

@media screen and (max-width: 1023px) {
    .film-title {
        font-size: 36px;
        line-height: 115%;
    }

    .film-detail-item {
        font-size: 15px;
    }

    p, .community-p , .theatrical-p {
        font-size: 15px;
    }

    .community-img, .theatrical-img {
        width: 35%;
    }

    .faq-list {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .card-container {
        padding: 36px 24px;
    }

    #tod_film_table_wrapper thead tr th {
        width: -moz-available !important;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available !important;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available !important;
        text-align: center !important;
    }

    .team-left-container {
        width: calc(50% - 18px);
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .mobile {
        display: block;
    }

    .section_breadcrumb, .not-mobile {
        display: none;
    }

    .spacer-2 {
        height: 7.81vw;
    }

    .spacer-2-5 {
        height: 9vw;
    }

    .spacer-1-5 {
        height: 5.86vw;
    }

    .spacer-1-25 {
        height: 4.8vw;
    }

    .spacer-75 {
        height: 1.86vw;
    }

    .section-inner {
        padding: 6.4vw;
    }

    .film-detail-container {
        padding: 0;
        flex-direction: column;
    }

    .film-poster-img {
        width: 100%;
        height: 150vw;
    }

    .film-right-detail {
        margin: 6.4vw;
    }

    .btn-round {
        padding: 18px 21px 18px 25px;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .btn-round img {
        padding-left: 14px;
    }

    .btn-round img.not-mobile {
        display: none;
    }

    .btn-round img.mobile {
        display: inline-block;
    }

    .next-title-heading {
        font-weight: 600;
        font-size: 21px;
        line-height: 120%;
        width: 220px;
    }

    .film-contributor-container {
        flex-direction: column;
    }

    .team-left-container {
        border-right: none;
        padding-bottom: 32px;
        border-bottom: 1px solid #DEDEDE;
        padding-right: 0;
    }

    .team-member {
        margin-top: 32px;
        margin-bottom: 0px;
    }

    .team-left-container, .team-right-container {
        width: 100%;
    }

    .team-container .spacer-1 {
        height: 7.46vw;
    }

    .community-container .spacer-1, .theatrical-container .spacer-1 {
        height: 3.7vw;
    }

    .team-left-container h6 {
        font-weight: 600;
        font-size: 14px;
        line-height: 118%;
    }

    .team-left-container p {
        font-weight: 300;
        font-size: 14px;
        line-height: 118%;
    }

    .community-description, .theatrical-description {
        flex-direction: column;
    }

    .theatrical-description {
        padding: 24px;
    }

    .theatrical-description br {
        display: none;
    }

    .community-img {
        width: 100%;
        height: 100vw;
        margin-bottom: 24px;
    }

    .community-p {
        width: fit-content;
    }

    .community-right-container {
        padding: 0;
        width: fit-content;
    }

    .theatrical-img {
        width: 100%;
        height: 55vw;
        margin-bottom: 24px;
    }

    .theatrical-p {
        width: fit-content;
    }

    .theatrical-right-container {
        padding: 0;
        width: fit-content;
    }

    #film_inquiry_btn, #find_theator_btn, .button-black {
        padding: 18px 25px;
        background: #000000;
        border: 1px solid #000000;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        width: fill-available;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        justify-content: center;
    }

    .faq-header-title {
        width: 279px;
    }

    .faq-item {
        padding: 12px 16px;
    }

    .faq-question {
        font-weight: 400;
        font-size: 14px;
        line-height: 118%;
    }

    .film-detail-action {
        flex-direction: column;
    }

    .tod-list-switch {
        display: none;
    }

    .tod-description {
        width: 100%;
        padding-bottom: 15px;
    }

    .tod-table-title {
        display: none;
    }

    .tod-table-container {
        border: none;
    }

    #tod_film_table_wrapper {
        display: none;
    }

    #tod_film_mobile_table {
        display: block;
    }

    .location-sort {
        display: none;
    }

    .tod-table-head {
        padding: 0;
        background-color: white;
    }

    .tod-filter-container {
        width: 100%;
    }

    .tod-filter-select {
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #2A2C2B;
    }

    #tod_film_mobile_table thead {
        display: none;
    }

    #tod_film_mobile_table tbody {
        display: flex;
        flex-direction: column;
    }

    #tod_film_mobile_table tr td {
        padding: 27px 0;
    }

    .td-theater-address {
        font-weight: 600;
        font-size: 13px;
        line-height: 126%;
        letter-spacing: 0.01em;
        text-transform: capitalize;
        color: #000000;
    }

    .theater-td {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 30px;
    }

    .td-event-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 28px;
    }

    .td-event-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #tod_film_table_footer {
        padding-top: 45px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .pagination_a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 40px;
        background: #F5F5F5;
        border-radius: 4px;
        color: #C2C2C2;
        font-size: 20px;
        border: none
    }

    .pagination_a.active {
        background: #000000;
        color: white;
    }

    .tod_page_text {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        letter-spacing: 0.01em;
        color: #000000;
    }

    .td-event-item a {
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        text-align: right;
        letter-spacing: 0.01em;
        text-decoration-line: underline;
        text-transform: capitalize;
        color: #6C5CE7;
    }

    .td-event-item span {
        font-weight: 500;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0.01em;
        text-transform: capitalize;
        color: #000000;
    }

    /* .page-arrow {
		font-size: 20px;
		color:  #C2C2C2;
	}
	.page-arrow.active {
		color: white;
	} */
    .tod-empty-screening {
        padding: 24px 34px;
    }
}

@media screen and (max-width: 479px) {
}
