﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background-color: #000;
    position: relative;
    line-height: 1.2;
    height: 100%;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .f80 {
    font-size: 80px;
}

.MyLPs .f38 {
    font-size: 38px;
}

.MyLPs .f36 {
    font-size: 36px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .f28 {
    font-size: 28px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f20 {
    font-size: 20px;
}

.MyLPs .f8 {
    font-size: 8px;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w300 {
    font-weight: 300 !important;
}

.MyLPs .header {
    background: url(images/header_background.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.MyLPs .logo_basket {
    display: inline-flex;
    justify-content: center;
    z-index: 3;
}

.MyLPs .basketball_player {
    z-index: 1;
    position: absolute;
    top: -300px;
    height: auto;
    width: auto;
}

.MyLPs .header .tagline {
    background-image: linear-gradient(to right, rgba(119, 90, 62, 0.42), rgba(255, 0, 0, 0));
    border-radius: 130px 0 0 0;
    border: 1px solid #000;
    height: fit-content;
    width: max-content;
    padding: 20px 180px 20px 120px;
    margin: auto;
}

.MyLPs .header .header_title {
    margin-bottom: 20px
}

.MyLPs .header_content {
    margin: 400px auto 200px;
}

.MyLPs .nav_btns {
    text-align: center;
    display: flex;
    justify-content: center;
}

.MyLPs .nav_btns a {
    background-color: rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 12px 20px;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #fff;
    width: 200px;
    margin: 15px;
    transition: all ease 0.15s;
}

.MyLPs .nav_btns a:hover {
    background-color: #4960f2;
    border: none;
}

.MyLPs hr {
    opacity: 0.5;
}

.MyLPs .body_background {
    background: url(images/body_background.png) center center no-repeat;
}

.MyLPs .section_inch {
    padding: 40px 0 0;
}

.MyLPs .section_title {
    margin-bottom: 20px;
}

.MyLPs .section_inch .section_inch_carousel {
    padding: 40px 0 0;
}

.MyLPs .section_inch .section_inch_carousel .item {
    height: 100%;
    margin: auto 5px;
}

.MyLPs .section_food .section_food_carousel .item {
    height: 100%;
    margin: auto 30px;
}

.MyLPs .section_inch .section_inch_carousel .item:hover .inch_title {
    color: #ffc439;
}

.MyLPs .section_inch .products {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MyLPs .section_inch .image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.MyLPs .section_inch .inch_title {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.MyLPs .section_inch .inch_title .top-left {
    align-self: start;
    justify-self: start;
    position: absolute;
    top: 20px;
    left: 30px;
}

.MyLPs .section_inch .inch_title .top-left_32 {
    align-self: start;
    justify-self: start;
    position: absolute;
    top: 40px;
    left: 55px;
}

.MyLPs .section_inch .inch_title .center {
    align-self: center;
    justify-self: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.MyLPs .section_inch .inch_title .bottom-right {
    align-self: end;
    justify-self: end;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.MyLPs .section_inch .inch_title .bottom-right_75 {
    align-self: end;
    justify-self: end;
    position: absolute;
    bottom: 65px;
    right: 100px;
}

.MyLPs .owl-nav {
    margin-top: -55px;
}

.MyLPs .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .owl-nav button {
    position: absolute;
    top: 65%;
    left: -80px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel.svg) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .owl-nav button.owl-next {
    left: unset;
    right: -80px;
}

.MyLPs .owl-nav button span {
    display: none;
}

.MyLPs .section_products .owl-nav button {
    top: 50%;
}

.MyLPs .section_technology {
    padding: 40px 0 0;
}

.MyLPs .section_technology .section_technology_wrapper {
    padding: 40px 0 0;
}

.MyLPs .section_technology .technology_title {
    margin: 20px auto;
}

.MyLPs .section_technology .middle_tv {
    margin-top: 40px;
}

.MyLPs .section_technology .ball_spray {
    position: absolute;
    height: auto;
    width: auto;
    right: 100px;
    top: 20px;
}

.MyLPs .section_technology .technology_card {
    position: relative;
}

.MyLPs .section_analysis {
    padding: 40px 0 20px;
    position: relative;
}

.MyLPs .section_analysis .analysis_card {
    position: relative;
}

.MyLPs .section_analysis .analysis_title,
.MyLPs .section_food .food_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 8px;
}

.MyLPs .section_analysis .analysis_card:hover .analysis_title,
.MyLPs .section_food .item:hover .food_title {
    color: #ffc439;
}

.MyLPs .analysis_text {
    padding-right: 20px;
}

.MyLPs .section_analysis .basketball_spray {
    position: absolute;
    top: -150px;
    left: 0px;
}

.MyLPs .section_tv_extras {
    padding: 40px 0 10px;
    position: relative;
}

.MyLPs .section_tv_extras .whistle_spray {
    position: absolute;
    top: -20px;
    left: 0;
}

.tv_extras_cards_row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    z-index: 1;
}

.MyLPs .section_tv_extras .tv_extras_cards {
    position: relative;
    border-radius: 20px;
    padding: 24px;
    box-sizing: border-box;
    background-color: transparent;
    z-index: 0;
    overflow: hidden;
    display: flex;
    flex: 1 1 auto;
    max-width: 48%;
    height: max-content;
}

.MyLPs .section_tv_extras .tv_extras_cards::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 24px;
    border-radius: 20px;
    padding: 24px;
    border-radius: 20px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #ff934c, #fc686f);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    padding: 4px;
    opacity: 0.46;
    z-index: -1;
    pointer-events: none;
}

.MyLPs .section_tv_extras .tv_extras_img {
    border-radius: 20px;
    margin: auto 0 auto auto;
}

.MyLPs .btnCommon {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    display: block;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 10px 0;
    -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}

.MyLPs .section_tv_extras .tv_extras_title {
    margin-bottom: 20px;
    height: 86px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.MyLPs .section_tv_extras .tv_extras_text {
    padding-right: 20px;
}

.tv_extras_cards.smartphones_tablet_section {
    flex-direction: column-reverse !important;
}

.MyLPs .tv_extras_cards.smartphones_tablet_section .btnCommon {
    margin: auto;
}

.MyLPs .tv_extras_cards.smartphones_tablet_section .tv_extras_title {
    margin-top: 20px;
    height: auto;
}

.MyLPs .section_food {
    padding: 40px 0 20px;
}

.MyLPs .section_food .pizza_spray {
    position: absolute;
    height: auto;
    width: auto;
    right: 10px;
    top: -20px;
}

.MyLPs .section_food .section_food_carousel img {
    width: fit-content;
    height: auto;
    margin: auto;
}

.MyLPs .section_tv_extras .basket_img {
    position: absolute;
    height: auto;
    width: auto;
    left: -290px;
    top: -250px;
}

.MyLPs .section_tv_extras .dust2_background {
    position: absolute;
    height: auto;
    width: auto;
    left: -290px;
    bottom: -180px;
    z-index: -1;
}

.MyLPs .section_tv_guide {
    position: relative;
    padding: 40px 0 0;
}

.MyLPs .section_tv_guide .tv_guide_card {
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: transparent;
    z-index: 0;
    overflow: hidden;
    display: flex;
    flex: 1 1 auto;
    height: max-content;
    margin: 40px auto 20px;
    padding: 0px 40px;
}

.MyLPs .section_tv_guide .tv_guide_card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 24px;
    border-radius: 20px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #ff934c, #fc686f);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    padding: 4px;
    opacity: 0.46;
    z-index: -1;
    pointer-events: none;
}

.MyLPs .section_tv_guide .tv_guide_card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background-color: rgba(250, 193, 57, 0.18);
    z-index: -2;
}

.MyLPs .section_tv_guide .tv_guide_title {
    text-align: left;
}


.MyLPs .section_tv_guide .tv_guide_text {
    margin-bottom: 20px;
}

.MyLPs .section_tv_guide .fa {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 4px;
}

.MyLPs .section_tv_guide li {
    margin-bottom: 12px;
}

.MyLPs .section_tv_guide .questionmark_spray {
    position: absolute;
    height: auto;
    width: auto;
    left: 100px;
    top: 0;
}

.MyLPs .section_tv_guide .btnCommon {
    color: #fff;
    background-color: #4960f2;
    margin-top: 20px;
    font-weight: 600;
}

.MyLPs .tv_guide_card:hover .btnCommon {
    background-color: #7386fd;

}

.MyLPs .section_tv_guide .ball_background {
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    right: 0;
}

.MyLPs .section_technology .dust1_background {
    position: absolute;
    height: auto;
    width: auto;
    bottom: -100px;
    right: 0;
}

.MyLPs .section_tcl {
    padding: 40px 0 0;
}

.MyLPs .section_tcl .tcl_desktop {
    border-radius: 30px;
}

.MyLPs .section_tcl .section_brands {
    padding: 40px 0 0 0;
}

.MyLPs .hover-logos {
    position: relative;
    padding: 20px 0;
    top: 0;
    transition: top ease 0.5s;
}

.MyLPs .hover-logos:hover {
    top: -10px;
}

.MyLPs .technology_card:hover {
    color: #ffc439;
}

.MyLPs .banner_tcl:hover img {
    -webkit-box-shadow: 0px 0px 14px 3px rgba(255, 255, 255, 0.37);
    -moz-box-shadow: 0px 0px 14px 3px rgba(255, 255, 255, 0.37);
    box-shadow: 0px 0px 14px 3px rgba(255, 255, 255, 0.37);
}

.MyLPs .section_subtitle,
.MyLPs .section_title {
    z-index: 1;
}

.MyLPs .container_section_products .item {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px 20px;
    height: auto;
    width: auto;
}

.MyLPs .container_section_products .item .btnCommon {
    margin: 20px auto;
}

.MyLPs .container_section_products .item_product_title {
    margin-bottom: 10px;
    font-weight: 700;
    height: 47px;
    overflow: hidden;
}

.MyLPs .container_section_products .price {
    color: #4960f2;
}

.MyLPs .container_section_products .product_image {
    height: 250px;
    width: auto;
}

@media (max-width: 1850px) {
    .MyLPs .f80 {
        font-size: 60px;
    }

    .MyLPs .inch_title .f30 {
        font-size: 28px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 55px;
        right: 90px;
    }

    .MyLPs .tv_extras_cards .tv_extras_img {
        width: 280px;
        height: auto;
    }

    .MyLPs .tv_extras_cards.smartphones_tablet_section .tv_extras_img {
        width: max-content;
    }
}

@media (max-width: 1670px) {
    .MyLPs .f38 {
        font-size: 34px;
    }

    .MyLPs .f30 {
        font-size: 28px;
    }

    .MyLPs .f28 {
        font-size: 24px;
    }

    .MyLPs .f24 {
        font-size: 22px;
    }

    .MyLPs .f20 {
        font-size: 18px;
    }

    .MyLPs .header .tagline {
        padding: 20px 160px 20px 140px;
    }

    .MyLPs .logo_basket {
        width: 400px;
    }

    .MyLPs .nav_btns a {
        background-color: #4960f2;
        border: none;
        z-index: 2;
    }

    .MyLPs .tv_extras_cards .tv_extras_img {
        width: 250px;
        height: auto;
    }

    .MyLPs .tv_extras_cards.smartphones_tablet_section .tv_extras_img {
        width: max-content;
    }
}

@media (max-width: 1550px) {
    .MyLPs .f80 {
        font-size: 55px;
    }

    .MyLPs .f36 {
        font-size: 32px;
    }

    .MyLPs .inch_title .f30 {
        font-size: 22px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 45px;
        right: 80px;
    }

    .MyLPs .tv_extras_cards .tv_extras_img {
        width: 200px;
        height: auto;
    }

    .MyLPs .tv_extras_cards.smartphones_tablet_section .tv_extras_img {
        width: max-content;
    }

    .MyLPs .tv_extras_cards .f36 {
        font-size: 28px;
    }

    .MyLPs .section_tv_extras .tv_extras_title {
        height: 67px;
    }

    .MyLPs .btnCommon {
        font-size: 16px;
        padding: 12px 20px;
    }

    .tv_extras_cards_row {
        gap: 20px;
    }

    .MyLPs .section_tv_guide .questionmark_spray {
        left: 40px;
    }
}

@media (max-width: 1400px) {
    .MyLPs .f38 {
        font-size: 32px;
    }

    .MyLPs .f36 {
        font-size: 28px;
    }

    .MyLPs .f30 {
        font-size: 24px;
    }

    .MyLPs .f28 {
        font-size: 22px;
    }

    .MyLPs .f24 {
        font-size: 20px;
    }

    .MyLPs .f20 {
        font-size: 16px;
    }

    .MyLPs .container_section_products .item_product_title {
        height: 41px;
        overflow: hidden;
    }

    .MyLPs .nav_btns a {
        padding: 15px 0;
        font-size: 16px;
        width: 175px;
    }

    .MyLPs .section_title {
        margin-bottom: 15px;
    }

    .MyLPs .section_inch {
        padding: 30px 0;
    }

    .MyLPs .space40 {
        height: 20px;
    }

    .MyLPs .section_inch .section_inch_carousel {
        padding: 30px 0;
    }

    .MyLPs .section_inch .inch_title .top-left {
        top: 10px;
        left: 15px;
    }

    .MyLPs .section_inch .inch_title .top-left_32 {
        top: 20px;
        left: 40px;
    }

    .MyLPs .section_inch .inch_title .bottom-right {
        bottom: 10px;
        right: 15px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 40px;
        right: 70px;
    }

    .MyLPs .section_technology .ball_spray {
        right: 0;
        width: 200px;
    }

    .MyLPs .section_analysis {
        padding: 20px 0;
    }

    .MyLPs .section_tv_extras {
        padding: 20px 0 10px;
        position: relative;
    }

    .MyLPs .section_food {
        padding: 20px 0 10px;
    }

    .MyLPs .section_tv_extras .tv_extras_text,
    .MyLPs .section_food .food_text {
        margin-bottom: 20px;
    }

    .MyLPs .section_tv_guide .tv_guide_card {
        padding-top: 20px;
    }

    .MyLPs .section_tcl {
        padding: 20px 0 0;
    }
}

@media (max-width: 1199px) {
    .MyLPs .basketball_player {
        width: 870px;
        top: -165px;
    }

    .MyLPs .logo_basket {
        width: 330px;
    }

    .MyLPs .header_content {
        margin: 225px auto 76px;
    }

    .MyLPs .header .tagline {
        padding: 20px 105px 20px 84px;
    }

    .MyLPs .section_tv_extras .tv_extras_text,
    .MyLPs .section_food .food_text {
        padding-right: 0;
        text-align: center;
    }

    .MyLPs .section_food .pizza_spray {
        width: 180px;
        right: 0;
    }

    .MyLPs .section_food .section_food_carousel .item {
        margin: auto 10px;
    }

    .MyLPs .section_tv_guide .questionmark_spray {
        display: none;
    }

}

@media (max-width: 1080px) {
    .MyLPs .nav_btns a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .MyLPs .nav_btns a {
        font-size: 16px;
    }

    .MyLPs .section_inch .inch_title .top-left {
        top: 20px;
        left: 20px;
    }

    .MyLPs .section_inch .inch_title .top-left_32 {
        top: 40px;
        left: 50px;
    }

    .MyLPs .section_inch .inch_title .bottom-right {
        bottom: 20px;
        right: 20px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 40px;
        right: 80px;
    }
}

@media (max-width: 991px) {
    .MyLPs .f38 {
        font-size: 26px;
    }

    .MyLPs .f36 {
        font-size: 22px;
    }

    .MyLPs .f30 {
        font-size: 24px;
    }

    .MyLPs .f28 {
        font-size: 18px;
    }

    .MyLPs .f24 {
        font-size: 18px;
    }

    .MyLPs .f20 {
        font-size: 14px;
    }

    .MyLPs .container_section_products .item_product_title {
        margin-bottom: 10px;
        font-weight: 700;
        height: 50px;
        overflow: hidden;
    }

    .MyLPs .header {
        background-size: contain;
    }

    .MyLPs .logo_basket_container {
        text-align: left;
        margin-left: 50px;
    }

    .MyLPs .basketball_player {
        width: 560px;
        top: -52px;
        right: -100px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .MyLPs .header_content {
        margin: 170px auto 20px;
    }

    .MyLPs .header .tagline {
        margin-top: 50px;
        text-align: left;
        background-color: rgba(119, 90, 62, 0.35);
        border-radius: 0 80px 0 0;
        padding: 20px 75px 20px 75px;
    }

    .MyLPs .header .header_title {
        margin-bottom: 10px;
    }

    .MyLPs .nav_btns a {
        font-size: 14px;
    }

    .MyLPs .owl-nav button {
        height: 30px;
        width: 30px;
        left: -40px;
    }

    .MyLPs .owl-nav button.owl-next {
        right: -40px;
    }

    .MyLPs .section_technology .ball_spray {
        width: 150px;
    }

    .MyLPs .section_analysis .basketball_spray {
        display: none;
    }

    .MyLPs .section_food .pizza_spray {
        width: 120px;
    }

    .MyLPs .tv_guide_img_container {
        display: none;
    }

    .MyLPs .logo_tv_guide {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 820px) {
    .MyLPs .section_tv_extras .tv_extras_cards {
        max-width: 100%;
    }

    .MyLPs .tv_extras_cards.smartphones_tablet_section .tv_extras_img {
        margin: auto;
    }

    .MyLPs .section_tv_extras .tv_extras_img {
        width: fit-content;
    }

    .MyLPs .section_tv_extras .tv_extras_title {
        text-align: center;
        margin: auto auto 20px auto;
    }

    .MyLPs .section_tv_extras .btnCommon {
        margin: auto;
    }
}

@media (max-width: 800px) {
    .MyLPs .basketball_player {
        width: 400px;
        top: -70px;
        right: -90px;
    }

    .MyLPs .section_technology .ball_spray {
        width: 100px;
        top: 80px;
    }
}

@media (max-width: 768px) {
    .MyLPs .analysis_text {
        text-align: center;
        padding-right: 0;
    }

    .MyLPs .tv_guide_content {
        display: flex;
        flex-direction: column-reverse;
    }

    .MyLPs .tv_guide_title {
        text-align: center !important;
    }

    .MyLPs .section_tv_guide .btnCommon {
        margin: 20px auto;
    }

    .MyLPs .section_brands .section_title_text {
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 730px) {
    .MyLPs .nav_btns {
        display: flow-root;
    }

    .MyLPs .nav_btns a {
        width: calc(50% - 10px);
        float: left;
        margin: 5px;
        padding: 10px 10px;
    }

    .MyLPs .section_tcl {
        padding: 10px 0 0;
    }
}

@media (max-width: 680px) {
    .MyLPs .header_content {
        margin: 110px auto 40px;
    }

    .MyLPs .logo_basket_container {
        margin-left: 20px;
    }

    .MyLPs .header .tagline {
        margin-top: 7px;
        padding: 20px 40px 20px 40px;
    }

    .MyLPs .basketball_player {
        width: 350px;
        top: -84px;
        right: -65px;
    }

    .MyLPs .section_tv_extras .tv_extras_img {
        width: 280px;
    }

    .MyLPs .section_tv_extras .whistle_spray {
        width: 120px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .MyLPs .section_food .section_food_carousel {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {

    .MyLPs .section_technology .technology_img,
    .MyLPs .section_analysis .analysis_img {
        display: none;
    }

    .MyLPs .section_technology .technology_title,
    .MyLPs .section_analysis .analysis_title {
        background-color: #4960f2;
        border-radius: 6px;
        font-size: 17px;
        font-weight: 600 !important;
        padding: 15px;
        margin: 0px auto;
    }

    .MyLPs .section_analysis .analysis_title {
        position: relative;
        width: auto !important;
        text-align: center;
    }

    .MyLPs .section_technology .section_technology_wrapper {
        padding: 20px 0 20px;
    }

    .MyLPs .section_analysis {
        padding: 40px 0 20px;
    }

    .MyLPs .tv_extras_cards .f36 {
        font-size: 22px;
    }

    .MyLPs .section_tv_extras .tv_extras_title {
        height: 52px;
    }

    .MyLPs .section_tv_extras .tv_extras_img {
        width: 220px;
    }

    .MyLPs .section_tv_extras .whistle_spray {
        display: none;
    }
}

@media (max-width: 570px) {
    .MyLPs .f80 {
        font-size: 50px;
    }

    .MyLPs .inch_title .f30 {
        font-size: 18px;
    }

    .MyLPs .section_inch .inch_title .top-left {
        top: 10px;
        left: 10px;
    }

    .MyLPs .section_inch .inch_title .top-left_32 {
        top: 30px;
        left: 40px;
    }

    .MyLPs .section_inch .inch_title .bottom-right {
        bottom: 10px;
        right: 10px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 30px;
        right: 70px;
    }
}

@media (max-width: 500px) {
    .MyLPs .f80 {
        font-size: 40px;
    }

    .MyLPs .f38 {
        font-size: 22px;
    }

    .MyLPs .f28 {
        font-size: 16px;
    }

    .MyLPs .logo_basket {
        width: 260px;
    }

    .MyLPs .logo_basket_container {
        margin-left: 10px;
    }

    .MyLPs .header .tagline {
        margin-top: 7px;
        padding: 20px 30px 20px 30px;
    }

    .MyLPs .header_content {
        margin: 87px auto 40px;
    }

    .MyLPs .basketball_player {
        width: 260px;
        top: -65px;
    }

    .MyLPs .header_content {
        margin: 87px auto 25px;
    }

    .MyLPs .header .tagline {
        border-radius: 0 30px 0 0;
    }

    .MyLPs .section_tv_extras .tv_extras_img {
        width: 180px;
    }

    .MyLPs .section_tv_extras .tv_extras_cards {
        padding: 20px 15px;
    }

    .MyLPs .section_food .pizza_spray {
        top: 130px;
    }
}

@media (max-width: 450px) {

    .MyLPs .f80 {
        font-size: 55px;
    }

    .MyLPs .section_inch .inch_title .top-left {
        top: 40px;
        left: 40px;
    }

    .MyLPs .section_inch .inch_title .top-left_32 {
        top: 65px;
        left: 75px;
    }

    .MyLPs .section_inch .inch_title .bottom-right {
        bottom: 40px;
        right: 40px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 75px;
        right: 110px;
    }

    .MyLPs .section_technology .ball_spray {
        width: 80px;
        top: 115px;
    }

    .MyLPs .tv_extras_cards {
        flex-direction: column-reverse;
    }

    .MyLPs .tv_extras_img {
        margin: auto;
    }

    .MyLPs .section_tv_extras .tv_extras_img {
        width: auto;
        margin-bottom: 20px;
    }

    .MyLPs .section_products .owl-nav button.owl-prev {
        left: -50px;
    }

    .MyLPs .section_products .owl-nav button.owl-next {
        right: -50px;
    }
}

@media (max-width: 390px) {
    .MyLPs .section_inch .image-wrapper {
        width: 80%;
    }

    .MyLPs .owl-nav button {
        left: -20px;
    }

    .MyLPs .owl-nav button.owl-next {
        right: -20px;
    }

    .MyLPs .section_inch .inch_title .top-left {
        top: 15px;
        left: 15px;
    }

    .MyLPs .section_inch .inch_title .top-left_32 {
        top: 40px;
        left: 55px;
    }

    .MyLPs .section_inch .inch_title .bottom-right {
        bottom: 15px;
        right: 15px;
    }

    .MyLPs .section_inch .inch_title .bottom-right_75 {
        bottom: 55px;
        right: 80px;
    }

    .MyLPs .section_food .section_food_carousel img {
        width: 230px;
        height: auto;
    }
}