.popUp-btn:after {
    content: 'VIEW';
    background-color: rgba(4,72,73,.9);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 15px;
    position: relative;
    top: -100px;
    display: block;
    border-radius: 30px;
  }
  .popUp-btn:after:hover {
    background-color: rgba(255,255,255,.9);
    color: #000;
  }    

.trigger--one {
        left: 0;
    }
.modal-close{
   text-decoration:none;
}
    .scene {
        position: absolute;
        height: 713px;
/*         height: 100vh; */
/*       height: 90vh; */
        top: 0;
        left: 0;
        right: 0;
    }

    .scene--active {
        position: fixed;
        /* top: 55px; */
        /*   top: 35px;  */
        top: 0;
    }

    .scene--ended {
        position: absolute;
        bottom: 93px;
        top: auto;
        left: auto;
        right: 305px;
    }

    .horizontal-scroll-section {
        position: relative;
/*         height: 90vh; */
        min-height: 813px;
        opacity: 1;
        transition: .2s opacity;
        width: 3486px;
    }

    .horizontal-scroll-section__content-wrapper {
        /*         transition-duration: 4.5s; */
    }

    .horizontal-scroll-section img {
        display: block;
        max-height: 80%;
        width: auto;
    }

    .horizontal-scroll-section--init {
        opacity: 1;
    }

    .horizontal-scroll-section__content {
        display: flex;
        align-items: center;
    }

    .horizontal-scroll-section__content-wrapper {
        display: flex;
        height: 100%;
        position: relative;
        background: #f4f4f4;
    }

    .horizontal-scroll-section__content-section {
        position: relative;
        text-align: center;
        padding: 77px 40px 0 0;
        height: 100%;
        display: flex;
        align-items: flex-end;
        width: 577px;
        min-width: 577px;
        background: #e7e8e9;
        /* Old browsers */
        background: -moz-linear-gradient(left, #e7e8e9 0%, #f4f4f4 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #e7e8e9 0%, #f4f4f4 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #e7e8e9 0%, #f4f4f4 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e8e9', endColorstr='#f4f4f4', GradientType=1);
        /* IE6-9 */
    }

    .horizontal-scroll-section__image {
        display: flex;
        align-items: center;
    }

    .horizontal-scroll-section__image h2 {
        margin-left: 20px;
        width: 250px;
        text-align: left;
        flex-shrink: 0;
    }

    .horizontal-scroll-section__image--two img {
        max-width: 400px;
    }

    .horizontal-scroll-section__image--four img {
        max-width: 400px;
    }

    .horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
        opacity: 1;
        transform: translateX(0);
    }

    .horizontal-scroll-headRow {
        display: flex;
        align-items: flex-end;
    }

    .horizontal-scroll-head {
        max-width: 475px;
        text-align: left;
        padding-top: 88px;
        padding-bottom: 138px;
    }

    .horizontal-scroll-head h2 {
        font-size: 100px;
        line-height: 1.15;
        color: #021B15;
        font-family: 'dm_sansmedium';
        font-weight: normal;
    }

    .horizontal-scroll-head p {
        font-size: 17px;
        font-family: 'dm_sansregular';
        font-weight: normal;
        margin: 0;
    }

    .horizontal-scroll-headImg {
        margin-left: 52px;
        position: relative;
        z-index: 1;
    }

    .horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content-section:first-child {
        /*   padding-left: 108px; */
        padding-left: 200px;
    }

    .horizontal-scroll-btnGroup a {
        background: #044849;
        /* Old browsers */
        background: -moz-linear-gradient(left, #044849 0%, #f4f4f4 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #044849 0%, #f4f4f4 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #044849 0%, #f4f4f4 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044849', endColorstr='#f4f4f4', GradientType=1);
        /* IE6-9 */
        display: inline-block;
        vertical-align: middle;
        padding: 40px 30px;
        width: 100%;
        font-size: 22px;
        text-decoration: none;
        color: #fff;
    }

    .horizontal-scroll-btnGroup a:hover {
        background: #044849;
    }

    .horizontal-scroll-row {
        display: flex;
        margin-bottom: 125px;
    }

    .horizontal-scroll-image img {
        width: 189px !important;
        height: 189px !important;
        border: 9px solid #fff;
        border-radius: 100%;
        overflow: hidden;
    }

    .horizontal-scroll-title {
        text-align: center;
        font-size: 22px;
        color: #000000;
        font-family: 'dm_sansmedium';
        font-weight: normal;
        padding-bottom: 30px;
        display: block;
    }

    .horizontal-scroll-image img {
        width: 189px !important;
        height: 189px !important;
        border: 9px solid #fff;
        border-radius: 100%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .horizontal-scroll-col.col-1 {
        margin-right: 120px;
        margin-left: 37px;
        margin-bottom: 150px;
    }

    .horizontal-scroll-row {
        display: flex;
        margin-bottom: 125px;
        align-items: flex-end;
    }

    .horizontal-scroll-col.col-4 {
        margin-bottom: 157px;
        margin-left: 99px;
    }

    .horizontal-scroll-col.col-3 {
        margin-left: 42px;
        margin-bottom: 281px;
    }

    .horizontal-scroll-col.col-5 {
        margin-left: 49px;
        margin-bottom: 52px;
        margin-right: 102px;
    }

    .horizontal-scroll-col.col-6 {
        margin-bottom: 177px;
    }

    .horizontal-scroll-col.col-7 {
        margin-left: 40px;
        margin-bottom: 20px;
        margin-right: 128px;
    }

    .horizontal-scroll-col.col-8 {
        margin-bottom: 112px;
    }

    .horizontal-scroll-section__content-section.horizontal-scroll-left {
        width: 1181px;
        min-width: 1181px;
        padding-left: 108px;
    }

    .horizontal-scroll-sectionCol.horizontal-scroll-noGradient {
        background: #F4F4F4;
    }

    .horizontal-scroll-section__content-wrapper:before {
        content: "";
        background-image: url(https://www.threekit.com/hubfs/FY_Piller-2021/dots_connector.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        left: 1009px;
        bottom: 14%;
        z-index: 1;
        width: 2300px;
        top: 0;
    }

    .horizontal-scroll-colInner {
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .socialPost-popup-inner {
        max-width: 1000px;
        background: #fff;
        margin: 7% auto 0;
        position: relative;
    }

    .socialPost-inner {
        display: flex;
        background: #fff;
        margin: 0 auto;
      align-items:center;
      width: 100%;
    }

    .socialPost-left{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .socialPost-left {
        padding: 90px 80px;
    }
.socialPost-right {
    width: 100%;
}
    .swiper-button-group>div {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        right: 0;
        top: 0;
        width: auto;
        height: auto;
        padding: 15px 60px;
        background: none;
    }

    .swiper-button-group img {
        height: 9px;
    }

    .swiper-button-group ::after {
        display: none;
    }

    .swiper-button-group span {
        color: #000;
    }

    .swiper-button-group {
        position: absolute;
        bottom: 20px;
        left: 10px;
    }

    .swiper-button-group .swiper-button-prev img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        margin-top: -2px;
    }

    .swiper-button-group .swiper-button-next img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        margin-top: -2px;
    }

    .socialPost-slider button.mfp-close {
        width: 45px;
        height: 45px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 2;
        text-align: center;
        line-height: 45px;
        text-decoration: none;
        font-size: 33px;
        border-radius: 100%;
        font-family: Aeonik, sans-serif;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

    .socialPost-img img {
        display: block;
    }

    .swiper-button-group {
        position: absolute;
        bottom: 20px;
        left: 0;
        max-width: 1000px;
        right: 0;
        margin: 0 auto;
    }

    .socialPost-slider.swiper-container {
        max-width: 1000px;
    }

    .scene .slide-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 60px;
        width: 1075px;
        min-width: 1075px;
        height: 100%;
    }

    .scene .slide-intro .intro-text {
        padding: 16px;
        max-width: 64%;
        padding-left: 130px;
        padding-top: 144px;
    }

    .scene .slide-intro .intro-text h2 {
        font-size: 75px;
        line-height: 1.15;
        color: #021b15;
        font-weight: normal;

    }

    .scene .slide-intro .intro-text p {
        font-size: 17px;
        font-weight: normal;
        margin: 20px 0;
        line-height: 27px;
    }

    .scene .slide-intro .intro-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        z-index: 1;
        width: 354px;
        margin-left: 3%;
        position: relative;
    }

    .scene .slide-intro .intro-image img {
        max-height: 420px;
    }

    .scene.scene--active {
        position: fixed;
        top: 0;
    }

    .scene.scene--ended {
        position: absolute;
/*          bottom: 0; */
/*       bottom: 20%; */
        top: initial;
    }

    .scene .scroll-slide {
        background: #e7e8e9;
        background: -webkit-gradient(linear, left top, right top, from(#e7e8e9), to(#f4f4f4));
        background: linear-gradient(to right, #e7e8e9 0%, #f4f4f4 100%);
        height: calc(100%);
    }

    .scene .hs-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        width: 580px;
    }

    .scene .hs-box .hs-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: calc(100% - 120px);
        padding: 31px 32px 0 32px;
    }

    .padding1 .hs-column {
        padding-top: 77px !important;
    }

    .padding2 .hs-row {
        padding-top: 0px !important;
    }

    .padding2 .hs-row .hs-column:last-child {
        padding-top: 110px !important;
    }

    .padding3 .hs-row .hs-column:first-child {
        padding-top: 151px !important;
    }

    .scene .hs-box .hs-row .hs-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px;
        z-index: 2;
        width: 50%;
text-decoration: none;
    }
   h4.hs-title
{
  font-size: 18px;

}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 19px;
    color: #000 !important;
    border: 0;
    font-size: 20px;
    z-index: 99;
    border-radius: 0px;
}
    .scene .hs-box .hs-row .hs-column .hs-title {
        margin-bottom: 16px;
        text-align: center;
        line-height: 1.5;
        max-width: 80%;
    }

    .scene .hs-box .hs-row .hs-column .hs-thumb {
        width: 180px;
        height: 180px;
        /*border: 8px solid #fff;*/
        border-radius: 100%;
    }

    .scene .hs-box .hs-row+.hs-row {
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .scene .hs-box .hs-button {
        background: #044849;
        background: -webkit-gradient(linear, left top, right top, from(#044849), to(#f4f4f4));
        background: linear-gradient(to right, #044849 0%, #f4f4f4 100%);
        font-size: 22px;
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
/*         justify-content: center; */
        justify-content: initial;
         padding-left: 10px!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      text-transform: uppercase;
      
    }

    .scene .hs-box .hs-button:hover {
        background: #044849;
    }

    .scene .slide-1 .hs-box .hs-column+.hs-column {
        margin-top: 100px;
    }

    .green-strip {
      background: #124849;
    color: #fff;
    padding: 2px 11px;
    width: 100%;
    min-height: 46px;
    }
.green-strip h3{
  color: #fff;
    font-size: 22px;
}
.modal-close:hover {
    color: #000;
    background: none;
    border: none;
}

    div.scene {
/*         height: 77vh; */
    }

    .intro-circle {
        position: absolute;
        width: 300px;
        height: 300px;
        word-break: break-all;
        background: #fff;
        z-index: -1;
        right: 18%;
        top: -79%;
        padding: 20px 40px;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .intro-circle h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
      font-family: 'dm_sansmedium';
      color: #021b15;
        font-weight: bold;
    }

    .intro-circle p {
        font-size: 12px;
        line-height: 24px;
      color: #021b15;
        font-family: 'dm_sansmedium';
        font-weight: normal;
        word-break: break-word;
    }

    .modal {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0000009e;
    }

    .modal.is-visible {
        visibility: visible;
    }

    .modal-overlay {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 0%, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s;
    }

    .modal.is-visible .modal-overlay {
        opacity: 0;
        visibility: visible;
        transition-delay: 0s;
    }

    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 6em;
        left: 0;
        width: 70%;
        margin-left: -16em;
        background-color: #fff;
        box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
        right: 0;
        margin: 0 auto;
    }

    .modal-transition {
        transition: all 0.3s 0.12s;
        transform: translateY(-10%);
        opacity: 0;
    }

    .modal.is-visible .modal-transition {
        transform: translateY(0);
        opacity: 1;
    }

    .modal-header,
    .modal-content {}

    .modal-header {
        position: relative;
        background-color: #fff;
        box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
        border-bottom: 1px solid #e8e8e8;
    }

    .modal-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em;
        color: #aaa;
        background: none;
        border: 0;
    }

    .modal-close:hover {
        color: #777;
    }

    .modal-heading {
        font-size: 1.125em;
        margin: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .modal-content>*:first-child {
        margin-top: 0;
    }

    .modal-content>*:last-child {
        margin-bottom: 0;
    }

    /*slider*/
    /*  slider  */
    .slider-container {
      display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      height:100%
    }

   .slider {
    position: relative;
  
}

    .slider:before,
    .slider:after {
        display: table;
        content: ' ';
    }

    .slider:after {
        clear: both;
    }

    .slider__item {
        position: relative;
        float: left;
        margin: 0;
    display: flex;
    align-items: center;
          height: 100%;
      
    }

    .slider__item img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .slider__switch span {
        color: #fff;
        display: block;
/*         width: 32px; */
        height: 32px;
    }
.modal-content {
    display: flex;
    align-items: center;
}
   .smaller-width-hs-scroll
    {
     width: 462px !important;
    }
    .hs-column-smaller-width-hs-scroll
    {
     width:73% !important;
    }

    @media (max-width: 580px) {
        .slider__switch {
            display: none;
        }

        .slider__caption {
            display: none;
        }
    }

    /*  #slider {
        position: relative;
        overflow: hidden;


        transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        height: auto !important;
    }

    #slider:hover {
        transform: scaleX(1.03) scaleY(1.03);
    }

    #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100% !important;
        margin: 0 !important;
    }

    #slider ul li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;

        background: #ccc;
        text-align: center;

        display: flex;
        justify-content: center;
        align-items: center;
    }
*/
    /*.control_prev,
    .control_next {
        position: absolute;
        z-index: 999;
        display: flex;
        width: 10%;

        background: transparent;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 3em;
        opacity: 1;
        cursor: pointer;
        transition: all .2s ease-in-out;
    }

    .control_prev:hover,
    .control_next:hover {
        opacity: .8;
    }

    .control_prev {
        border-radius: 0 2px 2px 0;
    }

    .control_next {
        right: 0;
        border-radius: 2px 0 0 2px;
    }*/

    /* .slide1 img {
        width: 100%;
    }

    .slide2 img {
        width: 100%;
    }

    .slide3 img {
        width: 100%;
    }

    .slide4 img {
        width: 100%;
    }

    .slider-title-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, .5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 3.2em;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .slider-title-h3 {
        margin: 0;
        color: #f5f5f5;
        display: block;
        font-size: 3em;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .slider-subtitle {
        color: #bababa;
        font-size: 1.4em;
        margin: 0;
    }*/
    /* 
*/
/*   .arrow-cont {
    display: flex;
    position: absolute;
    bottom: 40%;
    z-index: 99;
    width: 100%;
    justify-content: space-between;
    padding: 30px 30px;
    
} */
p.control_prev{margin:0}
p.control_next{margin:0}
    p.control_next span {
           display: flex;
    align-items: center;
    color: #000;
    background: #f1f1f1;
    height: 55px;
    width: 55px;
    border-radius: 100%;
      justify-content: center;
      margin:0
    }

   p.control_prev span {
    display: flex;
     justify-content: center;
    align-items: center;
    color: #000;
    background: #f1f1f1;
    height: 55px;
    width: 55px;
    border-radius: 100%;
     margin:0
}
 p.control_next span img{margin:0;padding:0}
p.control_prev span img{margin:0;padding:0}
    .socialPost-img img {
        width: 100%;
    }

    p.control_prev span {}

    .arrow-cont img {
        width: 25px;
    }

    .la {
        margin-right: 15px;
    }

    .ra {
        margin-left: 15px;
    }

.socialPost-video iframe{height:450px}
    .socialPost-text {
        text-align: left;
    }

    .socialPost-text h2 {
        font-size: 40px;
      line-height: 48px;
        margin-bottom: 15px;
    }

    .socialPost-text p,
    .socialPost-text p span {
        font-size: 14px;
        line-height: 24px !important;
    }
.dev-sidebar{

overflow-x:hidden;
}
@media screen and (max-width: 1920px) and (min-width: 1800px){
div.scene {
/*     height: 74vh; */
}
}
@media screen and (max-width: 1600px) and (min-width: 1367px){
div.scene {
/*     height: 83vh; */
}
}
    @media screen and (max-width: 1400px) {

        div.horizontal-scroll-section__content-wrapper:before {
            left: 1010px;
            width: 2264px;
        }

        div.horizontal-scroll-section__content-section.horizontal-scroll-left {
            width: 1075px;
            min-width: 1075px;
        }

        div.horizontal-scroll-section__content-section {
            width: 577px;
            min-width: 577px;
        }

        div.horizontal-scroll-section {
            min-height: 725px;
        }

        div.scene {
            height: 725px;
        }

        div.horizontal-scroll-head h2 {
            font-size: 75px;
            line-height: 1.05;
        }



    }
    
    @media (min-width: 1600px) {
/*         .padding1 .hs-column {
                            padding-top: 290px !important;
                 } 
         .padding2 .hs-row
         {
           padding-top: 127px !important;
         } */
      }

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

        div.horizontal-scroll-section__content-wrapper:before {
            left: 1010px;
            width: 2055px;
        }

        div.horizontal-scroll-section__content-section {
            width: 520px;
            min-width: 520px;
        }

        div.horizontal-scroll-image img {
            width: 155px !important;
            height: 155px !important;
        }

        div.horizontal-scroll-title {
            font-size: 18px;
            padding-bottom: 25px;
        }

        div.horizontal-scroll-head h2 {
            font-size: 55px;
            line-height: 1;
        }

        div.horizontal-scroll-head {
            max-width: 375px;
        }

        div.socialPost-left {
            padding: 25px 35px 60px;
        }

        div.swiper-button-group>div {
            padding: 15px 25px;
        }

        div.swiper-button-group {
            bottom: 0px;
        }


    }

    @media screen and (min-width: 1366px) {
        .horizontal-scroll-col.col-3 {
            margin-left: 42px;
            margin-bottom: 226px;
        }

    }

    @media screen and (min-width: 1600px) {
        .horizontal-scroll-col.col-3 {
            margin-left: 42px;
            margin-bottom: 281px;
        }

    }

    @media screen and (max-width: 1024px) {
        .scene--active {
            position: fixed;
            top: 37px;
        }

    }

    @media screen and (max-width: 1024px) {
        .scene--active {
            position: fixed;
            top: 0px;
        }

    }

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

        .scene {

/*             height: 670px; */

        }

    }


{

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

        div.socialPost-left,
        div.socialPost-right {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .socialPost-right {
            order: -1;
        }

        .socialPost-img img {
            display: block;
            width: 100%;
        }

        .socialPost-inner {
            flex-wrap: wrap;
        }

        div.socialPost-left {
            padding: 25px 15px 60px;
        }


    }


.slider__switch .control_next {
    position: absolute;
    top: 45%;
}

.slider__switch .control_prev {
    position: absolute;
    top: 45%;
    right: 0;
}



@media (max-width:1400px)
  
{

.slide-4 .smaller-width-hs-scroll {
    width: 433px !important;
}
}