@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

.grid1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ab-content {
    position: relative;
    margin-top: 110px;
}

@media (max-width: 991px) {
    .ab-content {
        margin-top: 86px;
    }
}

@media (max-width: 767px) {
    .ab-content .desk-dis {
        display: none;
    }
}

.ab-content .mob-dis {
    display: none;
}

@media (max-width: 767px) {
    .ab-content .mob-dis {
        display: block;
    }
}

.ab-content.sp {
    overflow: hidden;
}

.ab-content .allhider {
    display: none !important;
}

.ab-content .yellow {
    background: rgba(255, 154, 35, 0.8);
}

.ab-content .green {
    background: rgba(119, 193, 37, 0.8);
}

.ab-content .blue {
    background: rgba(133, 194, 255, 0.8);
}

.ab-content .purple {
    background: rgba(197, 148, 255, 0.8);
}

.ab-content .logo-frame {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 180px;
    background: url(../imgs/topclouds-s.png) bottom center no-repeat;
    background-size: cover;
    transform: translateY(-100%);
    z-index: 1;
    transition: 0.3s ease;
}

@media (max-width: 1200px) {
    .ab-content .logo-frame {
        height: 140px;
    }
}

@media (max-width: 1024px) {
    .ab-content .logo-frame {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .ab-content .logo-frame {
        background-position: bottom right;
        height: 80px;
    }
}

.ab-content .logo-frame img {
    transition: 1s ease;
    opacity: 0;
}

.ab-content .logo-frame.showny {
    transform: translateY(0);
}

    .ab-content .logo-frame.showny img {
        opacity: 1;
    }

.ab-content .logo-frame .top-clouds {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ab-content .logo-frame .logo {
    max-width: 180px;
    margin: 15px auto;
    display: block;
    position: absolute;
    top: 0;
    right: 3%;
}

@media (max-width: 1200px) {
    .ab-content .logo-frame .logo {
        margin: 5px auto;
    }
}

@media (max-width: 1024px) {
    .ab-content .logo-frame .logo {
        max-width: 220px;
        margin: 25px auto;
        right: 3%;
    }
}

@media (max-width: 767px) {
    .ab-content .logo-frame .logo {
        max-width: 100px;
        margin: 5px auto;
    }
}

.ab-content .heroes.hideinclouds {
    margin-top: -120px;
}

.ab-content .heroes .ad-x {
    position: absolute;
    max-width: 300px;
    top: -1px;
    right: 0;
}

@media (max-width: 767px) {
    .ab-content .heroes .ad-x {
        max-width: 200px;
    }
}

.ab-content .heroes .ad-x .log {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    max-width: 220px;
}

@media (max-width: 767px) {
    .ab-content .heroes .ad-x .log {
        max-width: 120px;
    }
}

.ab-content .heroes img {
    width: 100%;
}

@media (max-width: 767px) {
    .ab-content .heroes img.desk {
        display: none;
    }
}

.ab-content .heroes img.mobile {
    display: none;
}

@media (max-width: 767px) {
    .ab-content .heroes img.mobile {
        display: block;
    }
}

.ab-content .video-section {
    background: #e28f7f;
}

    .ab-content .video-section .heroes {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
    }

        .ab-content .video-section .heroes .faker {
            width: 100vw;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

            .ab-content .video-section .heroes .faker .left {
                width: 50%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-color: #f9f2ec;
            }

            .ab-content .video-section .heroes .faker .right {
                width: 50%;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                background-color: #debfa6;
            }

        .ab-content .video-section .heroes .control-banner {
            position: relative;
            z-index: 1;
        }

            .ab-content .video-section .heroes .control-banner .con {
                width: 100%;
                max-width: 450px;
                position: absolute;
                top: 40px;
                left: 0;
                text-align: center;
                transition: 0.3s linear;
            }

@media (max-width: 1024px) {
    .ab-content .video-section .heroes .control-banner .con {
        top: 5%;
    }
}

@media (max-width: 767px) {
    .ab-content .video-section .heroes .control-banner .con {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.ab-content .video-section .heroes .control-banner .con img {
    max-width: 350px;
    margin-bottom: 30px;
    transition: 0.3s linear;
}

@media (max-width: 1024px) {
    .ab-content .video-section .heroes .control-banner .con img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .ab-content .video-section .heroes .control-banner .con img {
        max-width: 130px;
        margin-bottom: 5px;
    }
}

.ab-content .video-section .heroes .control-banner .con .tx {
    color: #fff;
    display: flex;
    flex-flow: column;
}

    .ab-content .video-section .heroes .control-banner .con .tx div {
        background: #d41126;
        margin-top: 10px;
        border-radius: 50px;
        display: inline-block;
        padding: 0 35px;
        font-size: 26px;
        place-self: center;
    }

@media (max-width: 767px) {
    .ab-content .video-section .heroes .control-banner .con .tx div {
        font-size: 16px;
        margin-top: 5px;
        padding: 0 10px;
    }
}

.ab-content .video-section .heroes .control-banner .linx {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    align-items: center;
}

@media (max-width: 767px) {
    .ab-content .video-section .heroes .control-banner .linx {
        padding: 10px;
    }
}

.ab-content .video-section .heroes .control-banner .linx .faker {
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #d41126;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ab-content .video-section .heroes .control-banner .linx .date,
.ab-content .video-section .heroes .control-banner .linx img {
    position: relative;
}

.ab-content .video-section .heroes .control-banner .linx .date {
    font-size: 33px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ab-content .video-section .heroes .control-banner .linx .date {
        font-size: 14px;
    }
}

.ab-content .video-section .heroes .control-banner .linx .hold {
    max-width: 140px;
    height: auto;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .ab-content .video-section .heroes .control-banner .linx .hold {
        max-width: 55px;
    }
}

.ab-content .video-section .control-video {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 29.65%;
    display: none;
}

@media (max-width: 1024px) {
    .ab-content .video-section .control-video {
        padding-bottom: 56.25%;
    }
}

.ab-content .video-section .control-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ab-content .interactive-section {
    background: #d0392a;
    text-align: center;
    padding: 0 0 200px;
}

    .ab-content .interactive-section .piano {
        width: 95%;
        max-width: 520px;
        height: 265px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

@media (max-width: 767px) {
    .ab-content .interactive-section .piano {
        height: 180px;
    }
}

.ab-content .interactive-section .piano .tabber {
    width: 25%;
    height: 100%;
    background: #fff;
    margin: 0 2px;
    border-radius: 0 0 20px 20px;
    transition: 0.3s ease;
    cursor: pointer;
}

    .ab-content .interactive-section .piano .tabber.active,
    .ab-content .interactive-section .piano .tabber:hover {
        transform: translateY(-20px);
    }

    .ab-content .interactive-section .piano .tabber .inner {
        width: 94%;
        height: 95%;
        margin: 0 auto;
        background: #f2f2f2;
        border-radius: 0 0 20px 20px;
        position: relative;
    }

        .ab-content .interactive-section .piano .tabber .inner img {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
        }

.ab-content .interactive-section .piano .low,
.ab-content .interactive-section .piano .upper {
    display: flex;
    height: 100%;
}

.ab-content .interactive-section .piano .upper {
    justify-content: space-around;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
}

    .ab-content .interactive-section .piano .upper .tabber {
        background: #1f1f1f;
        height: 120px;
        width: 20%;
        box-shadow: 0 1px 35px grey;
    }

@media (max-width: 767px) {
    .ab-content .interactive-section .piano .upper .tabber {
        height: 80px;
    }
}

.ab-content .interactive-section .piano .upper .tabber .inner {
    background: #1f1f1f;
    width: 90%;
    height: 93%;
}

    .ab-content .interactive-section .piano .upper .tabber .inner .adt {
        width: 100%;
        bottom: 0;
    }

.ab-content .interactive-section .introExperience {
    margin: 30px auto;
    width: 95%;
    max-width: 520px;
}

    .ab-content .interactive-section .introExperience p {
        color: #fff;
        margin-bottom: 0;
        font-size: 20px;
    }

@media (max-width: 767px) {
    .ab-content .interactive-section .introExperience p {
        font-size: 18px;
    }
}

.ab-content .interactive-section .ab-btn {
    background: #fff;
    color: #d41126;
    border-radius: 10px;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 700;
}

    .ab-content .interactive-section .ab-btn:hover {
        text-decoration: underline;
        background: #f2f2f2;
    }

footer.legal {
    background: #fff;
    position: relative;
    overflow: initial;
}

    footer.legal .setclouds {
        width: 100%;
        height: 200px;
        position: absolute;
        top: -199px;
        left: 0;
        background: url(/images/abrazandolos/botclouds.png) top center no-repeat;
        background-size: cover;
    }

    footer.legal.ab-custom {
        background: #f5f5f5;
    }

        footer.legal.ab-custom .setclouds {
            background: url(/images/abrazandolos/botcloudsgray.png) top center no-repeat;
            background-size: cover;
        }

.ab-content .title-frame {
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
}

    .ab-content .title-frame .ab-blog-title {
        font-size: 30px;
    }

    .ab-content .title-frame .ab-sub {
        margin-top: 60px;
    }

        .ab-content .title-frame .ab-sub p {
            line-height: normal;
        }

        .ab-content .title-frame .ab-sub .ab-blog-sub {
            font-size: 18px;
            font-weight: 400;
        }

        .ab-content .title-frame .ab-sub .ab-highlight {
            color: #d0392a;
            font-size: 24px;
            font-weight: 700;
        }

.ab-content .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .ab-content .bgs .fake-bot,
    .ab-content .bgs .fake-top {
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        background: #ffe8e6;
    }

    .ab-content .bgs .fake-bot {
        top: 50%;
        background: #d41126;
    }

.ab-content .ab-blog-display {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 60px auto 0;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .ab-content .ab-blog-display {
        flex-flow: column;
        padding: 0;
        margin: 30px auto 140px;
    }
}

.ab-content .ab-blog-display .entry-image {
    width: 100%;
}

.ab-content .ab-blog-display .img {
    position: relative;
}

.ab-content .ab-blog-display .ab-side {
    width: 100%;
    max-width: 90%;
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
    flex-flow: row wrap;
}

@media (max-width: 767px) {
    .ab-content .ab-blog-display .ab-side {
        grid-template-columns: 2fr 2fr;
        max-width: 90%;
        order: 2;
        display: grid;
        justify-content: space-evenly;
        margin-top: 60px;
    }

        .ab-content .ab-blog-display .ab-side:first-child {
            margin-top: 0;
        }
}

.ab-content .ab-blog-display .ab-side .entry {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    width: 300px;
}

    .ab-content .ab-blog-display .ab-side .entry:hover .more-info {
        opacity: 1;
    }

@media (max-width: 767px) {
    .ab-content .ab-blog-display .ab-side .entry {
        width: 100%;
        display: inline-block;
    }
}

.ab-content .ab-blog-display .ab-side .entry .more-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
}

    .ab-content .ab-blog-display .ab-side .entry .more-info p {
        position: absolute;
        right: 80px;
        color: #fff;
        bottom: 0;
        padding-left: 20px;
        font-weight: 700;
    }

@media (max-width: 767px) {
    .ab-content .ab-blog-display .ab-side .entry .more-info {
        position: relative;
        opacity: 1;
        height: auto;
        background: 0 0;
    }

        .ab-content .ab-blog-display .ab-side .entry .more-info p {
            padding-left: 0;
            bottom: initial;
            color: #000;
            font-size: 14px;
            right: initial;
            position: relative;
        }
}

.ab-content .ab-blog-display .ab-side .entry .plus {
    width: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.ab-content .ab-blog-display .ab-center {
    width: 100%;
    max-width: 50%;
    position: relative;
    margin: 20px 20px 0;
}

@media (max-width: 767px) {
    .ab-content .ab-blog-display .ab-center {
        max-width: 100%;
        order: 1;
        margin: 0;
        height: auto;
        padding: 40px 30px 90px;
    }
}

.ab-content .ab-blog-display .ab-center .entry {
    width: 100%;
    height: 100%;
}

    .ab-content .ab-blog-display .ab-center .entry .control {
        position: absolute;
        width: 75%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media (max-width: 767px) {
    .ab-content .ab-blog-display .ab-center .entry .control {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        width: 100%;
        margin: 0 auto;
    }
}

.ab-content .ab-blog-display .ab-center .entry .control p {
    position: absolute;
    bottom: -65px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ab-content .ab-blog-display .ab-center .entry .control p {
        bottom: -75px;
    }
}

.ab-content .ab-blog-display .ab-center .entry .control .plus {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
}

.ab-content .ab-moment {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    display: flex;
    margin: 70px auto 200px;
    position: relative;
}

@media (max-width: 767px) {
    .ab-content .ab-moment {
        padding: 0;
        justify-content: space-evenly;
        margin: 100px auto 200px;
    }
}

.ab-content .ab-moment .image-holder {
    width: 40%;
    padding: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .ab-content .ab-moment .image-holder {
        width: 45%;
        padding: 15px;
    }
}

.ab-content .ab-moment .image-holder img {
    position: relative;
    width: 100%;
}

.ab-content .ab-moment .ab-hiler {
    padding: 50px 100px;
    font-size: 30px;
    position: relative;
    text-shadow: 0 0 2px #fff;
    z-index: 2;
}

@media (max-width: 767px) {
    .ab-content .ab-moment .ab-hiler {
        font-size: 16px;
        padding: 15px 0;
        width: 45%;
    }
}

.ab-content .ab-moment .lines {
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: -130px;
    right: 0;
}

@media (max-width: 767px) {
    .ab-content .ab-moment .lines {
        max-width: 50%;
        right: 0;
        bottom: -50px;
    }
}

@font-face {
    font-family: huggies;
    src: url(../fonts/omnes_huggies-bold-webfont.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: huggies;
    src: url(../fonts/omnes_huggiesmedium-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: huggies;
    src: url(../fonts/omnes_huggiessemibold-webfont.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: huggies;
    src: url(../fonts/omneshuggieslight-webfont.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Moranga Black It";
    src: url(../fonts/Moranga-BlackIt.woff2) format("woff2"), url(../fonts/Moranga-BlackIt.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Moranga;
    src: url(../fonts/Moranga-Bold.woff2) format("woff2"), url(../fonts/Moranga-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Moranga;
    src: url(../fonts/Moranga-Black.woff2) format("woff2"), url(../fonts/Moranga-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Moranga Light It";
    src: url(../fonts/Moranga-LightIt.woff2) format("woff2"), url(../fonts/Moranga-LightIt.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Moranga;
    src: url(../fonts/Moranga-Light.woff2) format("woff2"), url(../fonts/Moranga-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Moranga;
    src: url(../fonts/Moranga-Regular.woff2) format("woff2"), url(../fonts/Moranga-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Moranga It";
    src: url(../fonts/Moranga-RegularIt.woff2) format("woff2"), url(../fonts/Moranga-RegularIt.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Moranga Medium It";
    src: url(../fonts/Moranga-MediumIt.woff2) format("woff2"), url(../fonts/Moranga-MediumIt.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Moranga;
    src: url(../fonts/Moranga-Medium.woff2) format("woff2"), url(../fonts/Moranga-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Moranga Bold It";
    src: url(../fonts/Moranga-BoldIt.woff2) format("woff2"), url(../fonts/Moranga-BoldIt.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Huggies Baton Turbo";
    src: url(../fonts/HuggiesBatonTurboWeb-Medium.woff2) format("woff2"), url(../fonts/HuggiesBatonTurboWeb-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Huggies Baton Turbo";
    src: url(../fonts/HuggiesBatonTurboWeb-MediumItalic.woff2) format("woff2"), url(../fonts/HuggiesBatonTurboWeb-MediumItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Huggies Baton Turbo";
    src: url(../fonts/HuggiesBatonTurboWeb-Bold.woff2) format("woff2"), url(../fonts/HuggiesBatonTurboWeb-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Huggies Baton Turbo";
    src: url(../fonts/HuggiesBatonTurboWeb-BoldItalic.woff2) format("woff2"), url(../fonts/HuggiesBatonTurboWeb-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Huggies Baton Turbo";
    src: url(../fonts/HuggiesBatonTurboWeb-Heavy.woff2) format("woff2"), url(../fonts/HuggiesBatonTurboWeb-Heavy.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Huggies Baton Turbo";
    src: url(../fonts/HuggiesBatonTurboWeb-HeavyItalic.woff2) format("woff2"), url(../fonts/HuggiesBatonTurboWeb-HeavyItalic.woff) format("woff");
    font-weight: 800;
    font-style: italic;
}

.morbold {
    font-family: Moranga;
    font-weight: 700;
}

.mormed {
    font-family: Moranga;
    font-weight: 500;
}

.turbobold {
    font-family: "Huggies Baton Turbo";
    font-weight: 700;
}

.ab-content .swiper {
    padding-bottom: 40px;
}

    .ab-content .swiper .swiper-pagination-bullet {
        background: pink;
        width: 20px;
        height: 20px;
    }

    .ab-content .swiper .swiper-pagination-bullet-active {
        background: #d41126;
    }

.ab-content .ab-inside {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 60px auto 0;
}

    .ab-content .ab-inside .intro-frame {
        display: flex;
        width: 100%;
        align-items: end;
        line-height: normal;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    .ab-content .ab-inside .intro-frame {
        flex-flow: column;
    }
}

.ab-content .ab-inside .intro-frame .art-title-block {
    width: 100%;
    max-width: 900px;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .intro-frame .art-title-block {
        order: 2;
    }
}

.ab-content .ab-inside .intro-frame .art-title-block .art-title {
    font-size: 40px;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .intro-frame .art-title-block .art-title {
        font-size: 30px;
    }
}

.ab-content .ab-inside .intro-frame .art-title-block .author {
    font-size: 18px;
    color: #d41126;
    font-weight: 300;
}

.ab-content .ab-inside .intro-frame .time-n-date {
    width: 100%;
    max-width: 300px;
    text-align: right;
    font-size: 18px;
    padding-bottom: 27px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .intro-frame .time-n-date {
        order: 1;
        padding-bottom: 15px;
    }
}

.ab-content .ab-inside .intro-frame .time-n-date .date {
    color: #d41126;
}

.ab-content .ab-inside .main-info {
    margin-top: 60px;
    display: flex;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .main-info {
        flex-flow: column;
    }
}

.ab-content .ab-inside .main-info .ab-art-texter {
    width: 100%;
    max-width: 55%;
    font-weight: 300;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .main-info .ab-art-texter {
        max-width: initial;
    }
}

.ab-content .ab-inside .main-info .ab-art-texter .image-holder {
    text-align: center;
    margin-top: 40px;
}

    .ab-content .ab-inside .main-info .ab-art-texter .image-holder img {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

.ab-content .ab-inside .main-info .ab-grid-flower-cont {
    width: 100%;
    max-width: 45%;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .main-info .ab-grid-flower-cont {
        max-width: initial;
        padding: 0;
    }
}

.ab-content .ab-inside .main-info .ab-grid-flower-cont .control .element {
    width: 100%;
    height: auto;
    position: relative;
    padding: 75px;
    margin-top: 20px;
}

    .ab-content .ab-inside .main-info .ab-grid-flower-cont .control .element:first-child {
        margin-top: 0;
    }

    .ab-content .ab-inside .main-info .ab-grid-flower-cont .control .element img {
        width: 100%;
        position: relative;
    }

    .ab-content .ab-inside .main-info .ab-grid-flower-cont .control .element .disc {
        width: 170px;
        height: 170px;
        border-radius: 100%;
        text-align: center;
        border: 5px dotted #fff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

.ab-content .ab-inside .video-frame {
    display: flex;
    margin-top: 60px;
    align-items: center;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .video-frame {
        flex-flow: column;
    }
}

.ab-content .ab-inside .video-frame .video-holder {
    width: 75%;
    max-width: 875px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .video-frame .video-holder {
        order: 2;
        width: 100%;
    }
}

.ab-content .ab-inside .video-frame .video-holder video {
    width: 100%;
}

.ab-content .ab-inside .video-frame .video-desc {
    padding: 20px;
    font-size: 25px;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .video-frame .video-desc {
        order: 1;
        font-size: 22px;
    }
}

.ab-content .ab-inside .extra-info {
    width: 100%;
    padding: 0 15px;
    max-width: 1100px;
    margin: 60px auto;
    font-weight: 300;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .extra-info {
        margin: 25px auto;
    }
}

.ab-content .ab-inside .flow-blocker .control-cont {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
}

    .ab-content .ab-inside .flow-blocker .control-cont .ab-squad {
        position: relative;
        width: 48%;
    }

@media (max-width: 767px) {
    .ab-content .ab-inside .flow-blocker .control-cont .ab-squad {
        width: 100%;
    }
}

.ab-content .ab-inside .flow-blocker .control-cont .ab-squad.cx-move {
    transform: translateY(50%);
}

@media (max-width: 767px) {
    .ab-content .ab-inside .flow-blocker .control-cont .ab-squad.cx-move {
        transform: initial;
    }
}

.ab-content .ab-inside .flow-blocker .control-cont .ab-squad .control {
    position: relative;
    padding: 45px 75px;
}

    .ab-content .ab-inside .flow-blocker .control-cont .ab-squad .control img {
        position: relative;
        width: 100%;
    }

.ab-content .ab-inside .flow-blocker .control-cont .ab-squad .squad-text {
    margin-top: 40px;
}

.ab-content .ab-inside .share {
    text-align: center;
    margin-top: 60px;
}

    .ab-content .ab-inside .share .ab-namer {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 400;
    }

    .ab-content .ab-inside .share a {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 20px;
        cursor: pointer;
    }

.ab-content .ab-inside .related {
    margin: 100px 0 200px;
}

    .ab-content .ab-inside .related .rel-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
    }

    .ab-content .ab-inside .related .rel-container {
        margin-top: 50px;
    }

        .ab-content .ab-inside .related .rel-container .related-card {
            position: relative;
            display: block;
            cursor: pointer;
        }

            .ab-content .ab-inside .related .rel-container .related-card:hover .extra {
                opacity: 1;
            }

            .ab-content .ab-inside .related .rel-container .related-card img {
                width: 100%;
            }

            .ab-content .ab-inside .related .rel-container .related-card .extra {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                transition: 0.3s ease;
            }

@media (max-width: 767px) {
    .ab-content .ab-inside .related .rel-container .related-card .extra {
        position: relative;
        background: 0 0 !important;
        opacity: 1;
    }
}

.ab-content .ab-inside .related .rel-container .related-card .extra p {
    position: absolute;
    bottom: 0;
    padding: 0 80px 25px 15px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .related .rel-container .related-card .extra p {
        position: relative;
        padding: 15px 0;
        color: #000;
        font-size: 20px;
    }
}

.ab-content .ab-inside .related .rel-container .related-card .extra .plus {
    position: absolute;
    width: 40px;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 767px) {
    .ab-content .ab-inside .related .rel-container .related-card .extra .plus {
        display: none;
    }
}
