/*--COMMON CLASSES---*/
.footer-img i {
    color: #9e2220;
}

a.btn-social, .btn-social {
    background-color: white;
}

.footer-bg {
    background-image: url(/themes/frontend/img/cupshup/footer.png);
    background-position: center;
    background-size: cover;
}

#owl-demo .owl-dots {
    text-align: center;
    padding-top: 15px;
    z-index: 9999;
}

#owl-demo .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999;
    background: #D21018;
    margin: 0 3px;
}

#owl-demo .owl-dots button.owl-dot.active {
    background: #D21018;
    width: 15px;
    height: 15px;
}

#owl-demo.owl-dots button.owl-dot:focus {
    outline: none;
}

#owl-demo {
    width: 360px;
    height: 360px;
}

#owl-demo .item img {
    display: block;
    width: auto;
}

.carousel_fit > .owl-carousel .owl-stage-outer {
    border: 5px solid white;
    overflow: hidden;
    border-radius: 50%;
    width: 360px;
    height: 360px;
    box-shadow: 0 0 11px #8a8a8a;
}

/*--BOOTSTRAP OVERRIDES---*/

.footer-cup-shup {
    background: url('/themes/frontend/img/cupshup/BG.jpg');
    background-repeat: repeat;
    background-size: 100%;
    background-position: center bottom;
    color: #fff;
    min-height: 400px;
    padding-top: 50px;
    text-align: center;
}

/*--BOOTSTRAP OVERRIDES---*/

/*--COMPONENT BASED STYLES--*/

.frame_video {
    min-width: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    object-fit: cover;
}

.content_banner {
    min-height: 400px;
    width: 100%;
    overflow: hidden;
}

.content_description {
    min-height: 300px;
    width: 100%;
}

.content_placement {
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: 7em;
}

.content_placement_2 {
    min-height: 630px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -28em;
}

.content_placement_3 {
    min-height: 345px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -25em;
}

.content_description_left {
    position: absolute;
    left: 0;
    max-width: 150px;
    z-index: 1000;
}

.footer-bg .green {
    color: #fff !important;
}

.content_description_right {
    position: absolute;
    right: 0;
    max-width: 240px;
    z-index: 99999;
    right: -80px;
}

.content_description_right_2 {
    position: absolute;
    right: 0;
    max-width: 180px;
    z-index: 1000;

}

.holder_lg {
    width: 600px !important;
    height: 300px !important;
}

/*Banner Md Component*/

.banner_md {
    background: url('/themes/frontend/img/cupshup/BG.jpg');
    background-repeat: repeat;
    background-size: 100%;
    background-position: center bottom;
    color: #fff;
    max-height: 260px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.banner_md_img_01 {
    width: 300px;
    height: 150px;
    object-fit: contain;
    margin: auto;
}

.banner_md_img_02 {
    width: 360px;
    height: 360px;
    object-fit: contain;

}

.banner_md_img_03 {
    height: 310px;
    object-fit: contain;
}

.carousel_fit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*Banner Md Component*/

/*Banner Md Video Component*/

.banner_md_video {
    min-height: 810px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    padding-top: 3em;
    padding-bottom: 5em;
    background-image: url("/themes/frontend/img/cupshup/bg-element-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.animation_delay {
    animation-delay: 1s;
}

#tv_container {
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;

}

#tv_container iframe {
    width: 387px;
    height: 218px;
    position: absolute;
    top: 6px;
    left: 7px;
}

.watch_more {
    width: 250px;
    height: 250px;
}

.watch_more_align {
    display: flex;
    justify-content: start;
    align-self: center;
    cursor: pointer;
}

.watch_more_align img:hover {
    transform: scale(1.2);
    transition: 500ms all ease-in-out;
}

.banner_md_placeholder {
    position: absolute;
    left: 0;
    width: 130px;
    bottom: 0;
}

.watch_box_align {
    display: flex;
    justify-content: flex-end;
    background-image: url("/themes/frontend/img/cupshup/television-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
}

/*.tv-cupshup video {
    position: absolute;
    left: 16%;
    top: 4%;
    outline:none;
    border-radius:8px;
}*/

.tv-cupshup iframe {
    width: 56%;
    margin-left: -70px;
    margin-top: 58px;
    height: 66%;
}

/*Smoke*/
.smoke:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 30px;
    height: 30px;
    opacity: 0;
    left: 56px;
    top: 105px;
    box-shadow: 0px 25px 20px -9px #e5e5e5;
    animation: smoke 4s linear infinite;
    transition: 0.5s linear;
}

.smoke:after {
    position: absolute;
    content: "";
    background: transparent;
    width: 30px;
    height: 30px;
    box-shadow: 0 25px 20px -9px #e5e5e5;
    opacity: 0;
    left: 100px;
    top: 60px;
    animation: smoke1 4s linear 2s infinite;
    transition: 0.5s linear;
}

@keyframes smoke {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-35px);
        opacity: 1;
    }
    70% {
        transform: translateY(-55px);
        opacity: 1;
        width: 60%;
        margin-left: 20px;
    }

    100% {
        transform: translateY(-115px);
        opacity: 0.2;
        width: 20%;
        margin-left: 40px;
    }
}

@keyframes smoke1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-45px);
        opacity: 1;
    }
    70% {
        transform: translateY(-65px);
        opacity: 1;
        width: 50%;
        margin-left: 30px;
    }

    100% {
        transform: translateY(-145px);
        opacity: 0.2;
        width: 0%;
        margin-left: 60px;
    }
}

/*Smoke*/

/*Banner Md Video Component*/

/*Banner Static Component*/

.banner_md_static {
    max-height: 400px;
    text-align: center;
    display: flex;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_background {
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 450px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.banner_md_static_placeholder {
    position: absolute;
    right: 0;
    width: 150px;
    bottom: 0;
}

.social_container {
    width: 400px;
}

.social_container_width {
    max-width: 40px;
}

.flex_social_container {
    /*flex:0.2;*/
    margin: 3px;
    width: 30px;
    height: 30px;
}

#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 0;
    column-count: 3;
    column-gap: 0;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

/*Banner Static Component*/

/*--COMPONENT BASED STYLES--*/

#cupshup-social-media {

}

#cupshup-social-media .tabcontent .grid-container {
    display: grid;
    grid-template-areas: 'item1 item2' 'item3 item4' 'item5 item6' 'item7 item7';
    grid-gap: 10px;
}

#cupshup-social-media .tabcontent .grid-container .item1 {
    grid-area: item1;
}

#cupshup-social-media .tabcontent .grid-container .item2 {
    grid-area: item2;
}

#cupshup-social-media .tabcontent .grid-container .item3 {
    grid-area: item3;
}

#cupshup-social-media .tabcontent .grid-container .item4 {
    grid-area: item4;
}

#cupshup-social-media .tabcontent .grid-container .item5 {
    grid-area: item5;
}

#cupshup-social-media .tabcontent .grid-container .item6 {
    grid-area: item6;
}

#cupshup-social-media .tabcontent .grid-container .item7 {
    grid-area: item7;
}

#cupshup-social-media .tabcontent .grid-container > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url("/themes/frontend/img/knockout/brick.png");
}

#cupshup-social-media .tabcontent .grid-container > div img {
    width: 100%;
}

#cupshup-social-media .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0 !important;
    padding-bottom: 20px;
}

#cupshup-social-media .tab a.btn-tab-social img {
    width: 50px;
    transition: 0.1s ease;

}

#cupshup-social-media div[data-tab-widget] a.active {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid red;
    margin-bottom: 4px;
}

#cupshup-social-media [data-tab] {
    display: none;
}

#cupshup-social-media div.active[data-tab] {
    display: block;
}

.grid-container .feed {
    position: relative;
    background-size: cover;

}

.grid-container .feed .bg-image {
    /* Add the blur effect */
    filter: blur(8px);
    position: absolute;
    width: 100%;
    -webkit-filter: blur(8px);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-container .feed img {

    position: relative;
    z-index: 1;
}

.grid-container .feed.item2, .grid-container .feed.item3 {

}

/*--MEDIA QUERIES--*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .holder_lg {
        width: 600px !important;
        height: 300px !important;
    }

    /*Banner Md*/
    .banner_md_img_01 {
        width: 350px;
        height: 150px;
        object-fit: contain;
    }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .tv-cupshup iframe {
        margin-top: 28px;
    }

    .holder_lg {
        width: 600px !important;
        height: 300px !important;
    }

    .content_description_left {
        position: absolute;
        left: 0;
        max-width: 120px;
    }

    .content_description_right {
        position: absolute;
        right: 0px;
        max-width: 145px;
        z-index: 1000;
    }

    /*Banner Md*/
    .banner_md {
        background: url('/themes/frontend/img/cupshup/BG.jpg');
        background-repeat: repeat;
        background-size: 100%;
        background-position: center bottom;
        color: #fff;
        max-height: 200px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_md_img_01 {
        width: 250px;
        height: 150px;
        object-fit: contain;
        margin: auto;
    }

    .banner_md_img_02 {
        height: 260px;
        object-fit: contain;

    }

    #owl-demo {
        width: 260px;
        height: 260px;
    }

    .carousel_fit > .owl-carousel .owl-stage-outer {
        border: 5px solid white;
        overflow: hidden;
        border-radius: 50%;
        width: 260px;
        height: 260px;
        box-shadow: 0 0 11px #8a8a8a;
    }

    .banner_md_img_03 {
        height: 230px;
        object-fit: contain;
    }

    /*Banner Video*/
    #tv_container {
        background-repeat: no-repeat;
        background-size: contain;
        width: 310px;
        height: 300px;
        position: relative;
        overflow: hidden;

    }

    #tv_container iframe {
        width: 297px;
        height: 165px;
        position: absolute;
        top: 6px;
        left: 7px;
    }

    .banner_md_placeholder {
        position: absolute;
        left: auto;
        right: 0;
        width: 100px;
        bottom: 0;
    }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .holder_lg {
        width: 600px !important;
        height: 300px !important;
    }

    .content_description_left {
        position: absolute;
        left: 0;
        max-width: 120px;
    }

    .content_description_right {
        position: absolute;
        right: 0;
        max-width: 150px;
        z-index: -1;
    }

    /*Banner Md*/
    .banner_md {
        background: url('/themes/frontend/img/cupshup/BG.jpg');
        background-repeat: repeat;
        background-size: 100%;
        background-position: center bottom;
        color: #fff;
        max-height: 450px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_md_img_01 {
        width: 300px;
        height: 150px;
        object-fit: contain;
        margin: auto;
    }

    .banner_md_img_02 {
        height: 150px;
        object-fit: contain;
    }

    #owl-demo {
        width: 150px;
        height: 150px;
    }

    .carousel_fit > .owl-carousel .owl-stage-outer {
        border: 5px solid white;
        overflow: hidden;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        box-shadow: 0 0 11px #8a8a8a;
    }

    .banner_md_img_03 {
        height: 150px;
        object-fit: contain;
    }

    /*Banner Video*/
    #tv_container {
        background-repeat: no-repeat;
        background-size: contain;
        width: 310px;
        height: 300px;
        position: relative;
        overflow: hidden;

    }

    #tv_container iframe {
        width: 297px;
        height: 165px;
        position: absolute;
        top: 6px;
        left: 7px;
    }

    .watch_more_align {
        display: flex;
        justify-content: center;
    }

    .banner_md_placeholder {
        position: absolute;
        left: auto;
        right: 0;
        width: 100px;
        bottom: 0;
        display: none;
    }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


    .holder_lg {
        width: 300px !important;
        height: 300px !important;
    }

    .content_description_left {
        position: absolute;
        left: 0;
        max-width: 120px;
    }

    .content_description_right {
        position: absolute;
        right: 0px;
        max-width: 150px;
        z-index: 1000
    }

    /*Banner Md*/
    .banner_md {
        background: url('/themes/frontend/img/cupshup/BG.jpg');
        background-repeat: repeat;
        background-size: 100%;
        background-position: center bottom;
        color: #fff;
        max-height: 450px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_md_img_01 {
        width: 300px;
        height: 150px;
        object-fit: contain;
        margin: auto;
    }

    .banner_md_img_02 {
        height: 150px;
        object-fit: contain;

    }

    #owl-demo {
        width: 150px;
        height: 150px;
    }

    .carousel_fit > .owl-carousel .owl-stage-outer {
        border: 5px solid white;
        overflow: hidden;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        box-shadow: 0 0 11px #8a8a8a;
    }

    .banner_md_img_03 {
        height: 150px;
        object-fit: contain;
    }

    .smoke:before {
        position: absolute;
        content: "";
        background: transparent;
        width: 30px;
        height: 30px;
        opacity: 0;
        left: 100px;
        top: 40px;
        box-shadow: 0px 25px 20px -9px #e5e5e5;
        animation: smoke 4s linear infinite;
        transition: 0.5s linear;
    }

    .smoke:after {
        position: absolute;
        content: "";
        background: transparent;
        width: 30px;
        height: 30px;
        box-shadow: 0 25px 20px -9px #e5e5e5;
        opacity: 0;
        left: 100px;
        top: 40px;
        animation: smoke1 4s linear 2s infinite;
        transition: 0.5s linear;
    }

    .buttonPagination {
        display: none;
    }

    /*Banner Video*/
    .watch_more_align {
        display: flex;
        justify-content: center;
    }

    .banner_md_placeholder {
        position: absolute;
        left: auto;
        right: 0;
        width: 100px;
        bottom: 0;
    }

    .watch_box_align {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #photos {
        /* Prevent vertical gaps */
        line-height: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-count: 3;
        -moz-column-gap: 0;
        column-count: 3;
        column-gap: 0;
    }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .holder_lg {
        width: 300px !important;
        height: 300px !important;
    }

    .content_description_left {
        position: absolute;
        left: 0;
        max-width: 80px;
    }

    .content_description_right {
        position: absolute;
        right: 0;
        max-width: 150px;
        z-index: -1;
    }

    /*Banner Md*/
    .banner_md {
        background: url('/themes/frontend/img/cupshup/BG.jpg');
        background-repeat: repeat;
        background-size: 100%;
        background-position: center bottom;
        color: #fff;
        max-height: 500px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_md_img_01 {
        width: 300px;
        height: 150px;
        object-fit: contain;
        margin: auto;
    }

    .banner_md_img_02 {
        height: 150px;
        object-fit: contain;

    }

    #owl-demo {
        width: 150px;
        height: 150px;
    }

    .carousel_fit > .owl-carousel .owl-stage-outer {
        border: 5px solid white;
        overflow: hidden;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        box-shadow: 0 0 11px #8a8a8a;
    }

    .banner_md_img_03 {
        margin-top: 30px;
        height: 150px;
        object-fit: contain;
    }

    .smoke:before {
        position: absolute;
        content: "";
        background: transparent;
        width: 30px;
        height: 30px;
        opacity: 0;
        left: 100px;
        top: 40px;
        box-shadow: 0px 25px 20px -9px #e5e5e5;
        animation: smoke 4s linear infinite;
        transition: 0.5s linear;
    }

    .smoke:after {
        position: absolute;
        content: "";
        background: transparent;
        width: 30px;
        height: 30px;
        box-shadow: 0 25px 20px -9px #e5e5e5;
        opacity: 0;
        left: 100px;
        top: 40px;
        animation: smoke1 4s linear 2s infinite;
        transition: 0.5s linear;
    }

    .buttonPagination {
        display: none;
    }

    /*Banner Video*/
    #tv_container {
        background-repeat: no-repeat;
        background-size: contain;
        width: 300px;
        height: 230px;
        position: relative;
        overflow: hidden;
        margin-top: 10px;

    }

    #tv_container iframe {
        width: 275px;
        height: 153px;
        position: absolute;
        top: 6px;
        left: 7px;
    }

    .watch_more_align {
        display: flex;
        justify-content: center;
    }

    .banner_md_placeholder {
        position: absolute;
        left: auto;
        right: 0;
        width: 100px;
        bottom: 0;
    }

    .watch_box_align {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*Banner Static*/
    .banner_md_static {
        max-height: 200px;
        text-align: center;
        display: flex;
        background-color: #FFFFFF;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_background {
        background-repeat: no-repeat;
        background-size: contain;
        width: 200px;
        height: 250px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

    .banner_md_static_placeholder {
        position: absolute;
        right: auto;
        left: 0;
        width: 60px;
        bottom: 0;
    }

    .social_container {
        width: 200px;
    }

    #photos {
        /* Prevent vertical gaps */
        line-height: 0;
        -webkit-column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-count: 2;
        -moz-column-gap: 0;
        column-count: 2;
        column-gap: 0;
    }

    /*Banner Static*/

}

@media (min-width: 360px) and (max-width: 480px) {
    .tv-cupshup iframe {
        margin-top: -140px;
    }

    .banner_md_video {
        padding-bottom: 0;
    }

    .holder_lg {
        width: 300px !important;
        height: 300px !important;
    }

    .content_description_left {
        position: absolute;
        left: 0;
        max-width: 100px;
    }

    .content_description_right {
        position: absolute;
        right: 0;
        max-width: 150px;
        z-index: -1;
    }

    /*Banner Md*/
    .banner_md {
        background: url('/themes/frontend/img/cupshup/BG.jpg');
        background-repeat: repeat;
        background-size: 100%;
        background-position: center bottom;
        color: #fff;
        max-height: 500px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_md_img_01 {
        width: 300px;
        height: 150px;
        object-fit: contain;
        margin: auto;
    }

    .banner_md_img_02 {
        height: 150px;
        object-fit: contain;
    }

    #owl-demo {
        width: 150px;
        height: 150px;
    }

    .carousel_fit > .owl-carousel .owl-stage-outer {
        border: 5px solid white;
        overflow: hidden;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        box-shadow: 0 0 11px #8a8a8a;
    }

    .banner_md_img_03 {
        margin-top: 30px;
        height: 150px;
        object-fit: contain;
    }

    .smoke:before {
        position: absolute;
        content: "";
        background: transparent;
        width: 30px;
        height: 30px;
        opacity: 0;
        left: 100px;
        top: 40px;
        box-shadow: 0px 25px 20px -9px #e5e5e5;
        animation: smoke 4s linear infinite;
        transition: 0.5s linear;
    }

    .smoke:after {
        position: absolute;
        content: "";
        background: transparent;
        width: 30px;
        height: 30px;
        box-shadow: 0 25px 20px -9px #e5e5e5;
        opacity: 0;
        left: 100px;
        top: 40px;
        animation: smoke1 4s linear 2s infinite;
        transition: 0.5s linear;
    }

    .buttonPagination {
        display: none;
    }

    /*Banner Md*/
    /*Banner Video*/
    #tv_container {
        background-repeat: no-repeat;
        background-size: contain;
        width: 330px;
        height: 230px;
        position: relative;
        overflow: hidden;
        margin-top: 10px;

    }

    #tv_container iframe {
        width: 316px;
        height: 180px;
        position: absolute;
        top: 6px;
        left: 7px;

    }

    .watch_more_align {
        display: flex;
        justify-content: center;
    }

    .banner_md_placeholder {
        position: absolute;
        left: auto;
        right: 0;
        width: 100px;
        bottom: 0;
    }

    .watch_box_align {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*Banner Video*/
    /*Banner Static*/
    .banner_md_static {
        max-height: 200px;
        text-align: center;
        display: flex;
        background-color: #FFFFFF;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .banner_background {
        background-repeat: no-repeat;
        background-size: contain;
        width: 200px;
        height: 250px;
        max-height: 250px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

    .banner_md_static_placeholder {
        position: absolute;
        right: auto;
        left: 0;
        width: 60px;
        bottom: 0;
    }

    .social_container {
        width: 200px;
    }

    #photos {
        /* Prevent vertical gaps */
        line-height: 0;
        -webkit-column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-count: 2;
        -moz-column-gap: 0;
        column-count: 2;
        column-gap: 0;
    }

    /*Banner Static*/

}

@media (min-width: 768px) {

    #cupshup-social-media .tabcontent .grid-container {
        display: grid;
        grid-template-areas: 'item1 item2 item4' 'item1 item3 item4' 'item5 item7 item7' 'item6 item7 item7'
    }

    #cupshup-social-media .tab {
        display: flex;
        flex-direction: column;
    }

    #cupshup-social-media .tab a.btn-tab-social {

        text-align: center;
        height: 90px;
    }

    #cupshup-social-media .tab a.btn-tab-social img {
        width: 50px;
        transition: 0.1s ease;

    }
}

@media (min-width: 1024px) {
    .footer_line_art {
        top: 25px;
    }
}

@media (max-width: 991px) {
    .banner_md_video {
        min-height: 510px;
        padding-top: 0;
    }

    .tv-cupshup iframe {
        margin-top: 42px;
        height: auto;
        margin-left: -50px;
    }

    .banner_md_placeholder {
        display: none;
    }

    .content_description_right_2 {
        display: none;
    }

    .content_placement_2 {
        z-index: -1;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .tv-cupshup iframe {

        width: 200px;
        max-height: 138px;
        margin-bottom: 42px;
        margin-right: 40px;


    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-cupshup iframe {

        margin-top: -130px;
        height: 200px;
        margin-left: -50px;
        width: auto;

        max-height: none;
        margin-bottom: 0;
        margin-right: 0;


    }
}

@media only screen and (min-width: 561px) and (max-width: 575px) {
    .tv-cupshup iframe {

        margin-top: -115px;
        height: 200px;
        margin-left: -50px;
        width: auto;
        max-height: none;
        margin-bottom: 0;
        margin-right: 0;


    }
}

@media only screen and (min-width: 510px) and (max-width: 560px) {
    .tv-cupshup iframe {

        margin-top: -130px;
        height: 200px;
        margin-left: -50px;
        width: auto;

        max-height: none;
        margin-bottom: 0;
        margin-right: 0;


    }
}

@media only screen and (min-width: 470px) and (max-width: 509px) {
    .tv-cupshup iframe {
        height: 200px;
        margin-right: -3px;
        margin-bottom: 203px;
        max-height: 175px;
        width: 263px;
    }
}

@media only screen and (min-width: 431px) and (max-width: 468px) {
    .tv-cupshup iframe {
        height: 200px;
        margin-right: -3px;
        margin-bottom: 220px;
        max-height: 162px;
        width: 245px;
    }
}

@media only screen and (max-width: 430px) {
    .tv-cupshup iframe {
        margin-bottom: 193px;
        margin-right: -13px;
        margin-top: 0;
        max-height: 152px;
        width: 228px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
    .tv-cupshup iframe {
        margin-bottom: 208px;
        margin-right: -13px;
        margin-top: 0;
        max-height: 130px;
        width: 200px;
    }
}

@media only screen and (max-width: 360px) {
    .tv-cupshup iframe {
        margin-bottom: 219px;
        margin-right: -15px;
        height: 130px;
        width: 197px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 320px) {
    .tv-cupshup iframe {
        margin-bottom: 237px;
        margin-right: -19px;
        height: 111px;
        width: 174px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) and (orientation: landscape) {
    .tv-cupshup iframe {
        height: 203px;
        width: auto;
        max-height: none;
        margin-bottom: 171px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 640px) and (orientation: landscape) {
    .tv-cupshup iframe {
        height: 203px;
        width: auto;
        max-height: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 575px) and (orientation: landscape) {
    .tv-cupshup iframe {
        height: 203px;
        width: auto;
        max-height: none;
        margin-bottom: 7px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 539px) and (orientation: landscape) {
    .tv-cupshup iframe {
        height: 185px;
        width: 263px;
        max-height: none;
        margin-bottom: 28px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 414px) and (max-width: 480px) and (orientation: landscape) {
    .tv-cupshup iframe {
        height: 185px;
        width: 263px;
        max-height: none;
        margin-bottom: 28px;
        margin-right: 0px;
    }
}