/*slideshow*/
section.section-v2-1 {
    position: relative;
}

#slideshow .cycloneslider-pager, #slideshow .cycloneslider-template-video .cycloneslider-next, #slideshow .cycloneslider-template-video .cycloneslider-prev {
    display: none;
}

#slideshow .site-v2-line-accent {
    border-color: rgba(255,255,255,0.15);
}

.slideshow-tagline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    max-width: 90%;
    padding: 2.5% 5% 0;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.slideshow-tagline h2 {
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 49px;
}

.slideshow-tagline p {
    font-size: 20px;
    letter-spacing: 0.6em;
    line-height: 1;
    text-transform: uppercase;
}

/*about*/
section.section-v2-2 {
    position: relative;
    background: #000;
    color: #fff;
}

#about-drew-v2 {
    padding: 100px 0;
}

section.section-v2-2 .site-v2-line-accent {
    top: 150px;
}

.ad-inner {
}

.ad-text {
    width: 57.857%;
    padding: 68px 0 0;
}

.ad-text .section-title-v2 {
    padding: 0 11.7%;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: normal;
    font-weight: 300;
    font-size: 70px;
}

.ad-text .section-title-v2 span {
    letter-spacing: normal;
}

.ad-text-inner {
    padding: 90px 100px 100px 13.2%;
    /*				    margin-right: -160px;*/
    position: relative;
    background-color: #000;
}

.ad-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.ad-text p.highlight {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.55;
}

.ad-text-inner a.site-btn-v2 {
    margin-top: 53px;
}

.ad-text-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    /*box-shadow: 13px 22px 50px 0px rgba(255, 255, 255, 0.1);*/
    /*box-shadow: 25px 25px 50px 0px rgb(255 255 255 / 10%);*/
    z-index: 1;
}

.ad-text-inner *, .ad-text-inner a.site-btn-v2 {
    position: relative;
    z-index: 2;
}

.ad-img {
    position: relative;
    width: 42.143%;
    overflow: hidden;
}

.ad-img canvas {
    display: block;
    width: 100%;
}

.ad-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*listings*/
section.section-v2-3 {
    position: relative;
    background: #000;
}

#featured-listings-v2 {
    position: relative;
    padding: 0 0 62px;
}

.fl-v2-list {
    font-size: 0;
    text-align: center;
}

.fl-v2 {
    display: inline-block;
    vertical-align: top;
    width: 33.33%!important;
    position: relative;
}

.fl-v2:first-child {
    /*width: 100%!important;*/
}

.fl-v2:first-child .fl-v2-img {
    /*padding-top: 53.125%;*/
}

.fl-v2:first-child .fl-v2-img canvas {
    /*display: none;
*/
}

.fl-v2:first-child .fl-v2-img img {
    o/*pacity: 0.88;*/ }

.fl-v2: first-child .fl-v2-title {
    /*top: 6%;

					    left: 3.5%;*/
}

.fl-v2:first-child .fl-v2-address {
    /* position: absolute;

				    bottom: 6.4%;

				    left: 3.5%;

				    background: transparent;

				    padding: 0;

				    font-size: 27px;*/
}

.fl-v2-img {
    position: relative;
    overflow: hidden;
    background: #121212;
}

.fl-v2-img canvas {
    display: block;
    width: 100%;
}

.fl-v2-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.fl-v2-title {
    font-size: 12px;
    letter-spacing: 0.6em;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    top: 7.5%;
    left: 7%;
    text-transform: uppercase;
	display: none;
}

.fl-v2-img a.site-btn-v2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.fl-v2-address {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 32px 7%;
}

.fl-v2:hover .fl-v2-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transform: scale(1.1);
}

.fl-v2:hover .fl-v2-img a.site-btn-v2 {
    opacity: 1;
    visibility: visible;
}

/*featured legacy estates*/
section.section-v2-4 {
    position: relative;
    background: #000;
}

#featured-legacy-estates-v2 {
    position: relative;
    padding: 0 0 62px;
}

.le-row {
    margin-bottom: 78px;
}

.le-title {
    width: 42.85%;
    padding: 0 2% 0 6.4%;
    position: relative;
    z-index: 1;
}

.le-title .section-title-v2 {
    letter-spacing: -0.09em;
    color: #fff;
}

.le-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -300px;
    bottom: 0;
    /*background: #121212;

					box-shadow: 13px 22px 50px 0px rgba(0, 0, 0, 0.1);*/
    z-index: -1;
}

.le-img-wrap {
    /*width: 800px;*/
    width: 57.15%;
    padding: 130px 0 0;
    position: relative;
    z-index: 1;
    display: none;
}

.le-img-canvas {
    display: block;
    height: 250px;
    background-position: center;
    background-size: cover;
    margin-right: calc( (1140px - 100vw) / 2 );
}

.le-list {
    font-size: 0;
}

.le-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.le-img {
    position: relative;
    overflow: hidden;
    background: #121212;
}

.le-img canvas {
    display: block;
    width: 100%;
}

.le-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.le-img a.site-btn-v2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    display: none;
}

.le-address {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    padding: 32px 7%;
    text-transform: uppercase;
}

.le-item:hover .le-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transform: scale(1.1);
}

.le-item:hover .le-img a.site-btn-v2 {
    opacity: 1;
    visibility: visible;
}

/*call to action*/
section.section-v2-5 {
    position: relative;
    padding-bottom: 200px;
    background: #fff;
}

#call-to-action-v2 {
    background: #000;
}

.cta-v2-list {
    font-size: 0;
    margin-right: -47px;
    margin-left: 120px;
    margin-bottom: -117px;
}

.cta-v2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1px 1px 0;
}

.cta-v2:first-child {
    margin-bottom: -31%;
}

.cta-v2:last-child {
    margin-left: auto;
}

.cta-v2 a {
    display: block;
    position: relative;
}

.cta-v2-img {
    position: relative;
    overflow: hidden;
    background: #000;
}

.cta-v2-img canvas {
    display: block;
    width: 100%;
}

.cta-v2-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
    opacity: 0.85;
}

.cta-v2-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.cta-v2-title em {
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.6em;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    transition: all .3s ease;
}

.cta-v2-title span {
    display: block;
    font-size: 35px;
    font-weight: 600;
}

.cta-v2:hover .cta-v2-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transform: scale(1.1);
    opacity: 0.7;
}

.cta-v2:hover .cta-v2-title em {
    margin-bottom: 20px;
}

/*featured video*/
section.section-v2-6 {
    position: relative;
}

#featured-video-v2 {
    position: relative;
}

.fv-v2-list {
    position: relative;
}

.fv-v2-video {
    position: relative;
}

.fv-v2-video canvas {
    display: block;
    width: 100%;
}

.fv-v2-video .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fv-v2-title {
    font-size: 12px;
    letter-spacing: 0.6em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 6%;
    left: 3.5%;
    text-transform: uppercase;
    transition: all .3s ease;
}

.fv-v2-name {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    /*position: absolute;

			    bottom: 5.3%;

			    left: 3.5%;*/
    padding: 30px 50px;
    transition: all .3s ease;
}

.plyr--video.plyr--playing ~ .fv-v2-title {
    opacity: 0;
    transform: translateY(-20px);
}

.plyr--video.plyr--playing ~ .fv-v2-name {
    opacity: 0;
    transform: translateY(20px);
}

.fv-v2-video .plyr--video .plyr__poster {
    pointer-events: none;
}

.fv-v2-video .plyr--video .plyr__poster:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121212;
    opacity: 0.3;
}

/*big play btn*/
.fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
    background: transparent;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 26px;
    border-color: transparent transparent transparent #ffffff;
    margin: auto;
    left: 5px;
    position: relative;
}

.fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
    display: none;
}

/*controls*/
.fv-v2-video .plyr--video.plyr--stopped .plyr__controls {
    display: none;
}

.fv-v2-video .plyr--video .plyr__controls {
    padding: 35px 20px 7px;
}

.fv-v2-video .plyr--video .plyr__control.plyr__tab-focus, .fv-v2-video .plyr--video .plyr__control:hover, .fv-v2-video .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent;
}

.fv-v2-video .plyr--video .plyr__control {
    box-shadow: none;
}

.fv-v2-video .plyr--video .plyr__control.plyr__tab-focus, .fv-v2-video .plyr--video .plyr__control:hover, .fv-v2-video .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent;
}

.fv-v2-video .plyr__volume {
    max-width: 32px;
}

/*progress*/
.fv-v2-video .plyr__progress {
    margin: 0 16px;
    left: 0;
}

.fv-v2-video .plyr--full-ui input[type=range] {
    color: rgba(255,255,255,0.6);
}

.fv-v2-video .plyr--video .plyr__progress__buffer {
    color: rgb(0,0,0,0.5);
}

/*In The Press*/
section.section-v2-7 {
    position: relative;
    background: #fff;
}

#in-the-press-v2 {
    position: relative;
    /*padding: 108px 30px 117px 130px;*/
    padding: 108px 1.875% 117px 8.125%;
}

#in-the-press-v2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /*width: 758px;*/
    /*height: 660px;*/
    width: 47.375%;
    height: 60.01%;
    background: #f7f7f7;
    box-shadow: 13px 22px 50px 0px rgba(0, 0, 0, 0.1);
}

#in-the-press-v2 .site-v2-line-accent {
    border-color: rgba(153,153,153,0.15);
}

.itp-v2-title {
    margin-bottom: 56px;
    position: relative;
}

.itp-v2-list {
    font-size: 0;
}

.itp-v2-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}

.itp-v2-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}

.itp-v2-img canvas {
    display: block;
    width: 100%;
}

.itp-v2-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.itp-v2-item:hover .itp-v2-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transform: scale(1.1);
}

.itp-v2-details {
    padding: 0 20px;
}

.itp-v2-logo {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.itp-v2-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.itp-v2-item p {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 21px;
}

.itp-v2-item a.site-btn-v2 {
}

/*instagram*/
section.section-v2-8 {
    background: #000;
    position: relative;
}

#follow-us-on-instagram-v2 {
    position: relative;
}

.ig-v2-title {
    position: absolute;
    left: 53.3%;
    /*top: 140px;*/
    top: 8.750vw;
}

.ig-v2-links {
    position: relative;
    /*bottom: 100px;*/
    /*bottom: 6.250vw;

			left: 17%;*/
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.ig-v2-links a {
    padding: 0 10px;
}

.ig-v2-links a.ig-v2-link-icon {
    font-size: 51px;
    color: #fff;
    opacity: 0.25;
    transition: opacity .3s ease;
}

/*.ig-v2-links a.ig-v2-link-icon:hover {

					opacity: 1;

				}*/
.ig-v2-links a.ig-v2-link-text {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 1;
    transition: opacity .3s ease;
    position: relative;
}
    .ig-v2-links a.ig-v2-link-text:hover {
        opacity: 0.25;
    }

.mac-true .ig-v2-links a.ig-v2-link-text {
    top: -5px;
}

.ig-v2-list {
    /*width: 1093px;*/
    width: 100%;
    font-size: 0;
}

a.ig-v2-post:first-child {
    /*width: 507px;*/
    /*width: 46.387%;*/
}

a.ig-v2-post:nth-child(2) {
    /*margin-right: 26.806%;*/
}

a.ig-v2-post:nth-child(3) {
    /*margin-left: 46.387%;*/
}

a.ig-v2-post {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% / 6);
}

.ig-v2-img {
    position: relative;
}

.ig-v2-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.section-v2-4 .section-title-v2, .section-v2-3 .section-title-v2 {
    font-size: 70px;
    letter-spacing: normal;
}

.section-v2-3 .section-title-v2 em, .section-v2-4 .section-title-v2 em {
    padding-left: 2px;
}

.listing-title {
    background: #000;
}

.el-title {
    width: 100%;
    padding: 0px 0% 98px 6.4%;
    position: relative;
    z-index: 1;
}

.el-title .section-title-v2 {
    color: #fff;
}

.ig-v2-list a .ig-v2-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ig-v2-list a:hover .ig-v2-img:before {
    opacity: 1;
}

.ig-v2-list a .ig-v2-img i {
    font-size: 32px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    opacity: 0;
}

.ig-v2-list a:hover .ig-v2-img i {
    opacity: 1;
}

@media only screen and (min-width: 1441px) {
    .le-img-canvas {
        margin-right: calc( (1400px - 100vw) / 2 );
    }

    .ad-text-inner {
        padding: 90px 344px 100px 13.2%;
    }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
    .ad-text-inner {
        padding-right: 100px;
    }

    .le-img-canvas {
        margin-right: calc( (940px - 100vw) / 2 );
    }

    .cta-v2-list {
        margin-right: 0;
    }

    #in-the-press-v2 {
        padding-left: 5%;
    }

    .ig-v2-links {
        /* left: 10%; */
        /* bottom: 4vw; */
    }
}

@media only screen and (max-width: 991px) {
    .slideshow-tagline div {
        opacity: 1 !important;
        pointer-events: auto;
        transform: none !important;
    }

    section.section-v2-1 {
        padding-top: 49px;
    }

    #slideshow canvas, #slideshow .cycloneslider-slides {
        min-height: 350px!important;
    }

    .slideshow-tagline {
        /*padding: 50px 15px 0;*/
        padding: 30px 0 0;
        position: relative;
    }

    #about-drew-v2 {
        padding: 0;
    }

    #about-drew-v2 .ad-text .section-title-v2 {
        display: none;
    }

    #about-drew-v2 .container {
        padding: 0;
        width: 100%;
    }

    .ad-text {
        width: 100%;
        padding: 0;
    }

    .ad-text .section-title-v2 {
        padding: 0 50px;
        margin-bottom: 20px;
    }

    .ad-text-inner {
        margin: 0 20px 0;
        padding: 36px 9%;
    }

    .ad-text p:last-of-type {
        margin-bottom: 0;
    }

    .ad-text-inner a.site-btn-v2 {
        position: relative;
        top: 100%;
        margin: 71px auto 0;
        width: 155px;
        height: 35px;
        font-size: 8px;
        letter-spacing: 0.5em;
        left: 0;
        right: 0;
    }

    .ad-text-inner a.site-btn-v2:not(:hover) {
        color: #fff;
        border-color: #fff;
    }

    .ad-img {
        width: 100%;
        background: #000;
        display: none;
    }

    .ad-img canvas {
        height: 340px;
    }

    .ad-img img {
        opacity: 0.7;
    }

    #featured-listings-v2 {
        padding: 0;
    }

    #featured-listings-v2 .el-title {
        padding-bottom: 40px;
    }

    .fl-v2:first-child .fl-v2-img {
        padding-top: 0;
    }

    .fl-v2:first-child .fl-v2-img canvas {
        display: block;
        height: 400px;
    }

    .fl-v2-list ul.custom-dots-v2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        display: none;
    }

    .fl-v2 {
        width: 100% !important;
    }

    #featured-legacy-estates-v2 {
        padding: 0;
    }

    #featured-legacy-estates-v2 .le-row {
        margin-bottom: 0;
    }

    .le-title {
        width: 100%;
        z-index: 2;
        left: 0;
        margin-top: 0;
        padding: 40px 6.4%;
    }

    .le-title:before {
        right: 0;
    }

    .le-img-wrap {
        width: 100%;
        padding: 0;
        position: absolute;
        left: 0;
    }

    .le-img-canvas {
        margin-right: 0;
        height: 158px;
        display: none;
    }

    .le-img canvas {
        /*min-height: 400px;*/
        height: 400px;
    }

    .le-address {
        font-size: 14px;
        text-align: left;
        padding: 32px 7%;
    }

    .le-list ul.custom-dots-v2 {
        margin: 25px 0 0
    }

    .le-list ul.custom-dots-v2 li button {
        background: #000;
    }

    .le-list button.custom-slick-btn-v2 {
        bottom: 90px;
    }

    section.section-v2-5 {
        padding-bottom: 0;
    }

    #call-to-action-v2 {
        padding: 50px 0;
    }

    #call-to-action-v2 .container {
        padding: 0;
    }

    .cta-v2-list {
        margin: 0 auto;
        max-width: 500px;
    }

    .cta-v2 {
        margin: 0!important;
        padding: 0 0 1px;
        width: 100%;
    }

    .fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
        width: 60px;
        height: 60px;
        padding: 0;
    }

    .fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid:before {
        border-width: 7.5px 0 7.5px 10px;
        border-color: transparent transparent transparent #ffffff;
        left: 0;
    }

    #in-the-press-v2 {
        padding: 76px 0 75px 10%;
    }

    #in-the-press-v2:before {
        top: 30px;
        width: 78.15%;
        z-index: 1;
        height: 20.8%;
    }

    .itp-v2-title {
        z-index: 2;
        margin-bottom: 0;
    }

    .itp-v2-details {
        padding: 0 20px 0 0;
    }

    .itp-v2-list ul.custom-dots-v2 {
        text-align: right;
        padding: 0 18px;
    }

    .itp-v2-list ul.custom-dots-v2 li button {
        background: #000;
    }

    #follow-us-on-instagram-v2 {
        padding: 47px 0 0;
    }

    .ig-v2-title {
        position: relative;
        left: 0;
        top: 0;
        padding: 0 10%;
        margin-bottom: 15px;
    }

    .ig-v2-links {
        position: relative;
        top: 0;
        left: 0;
        flex-flow: row wrap;
        align-items: center;
        padding: 0 10%;
        margin-bottom: 30px;
    }

    .ig-v2-links a.ig-v2-link-icon {
        /*margin: 0 15px 0 0;*/
        font-size: 25px;
    }

    .ig-v2-links a.ig-v2-link-icon i {
        display: block;
    }

    .ig-v2-links a.ig-v2-link-text {
        font-size: 14px;
        top: -1px;
    }
    .mac-true .ig-v2-links a.ig-v2-link-text {
        top: -1px;
    }

    .ios-true .ig-v2-links a.ig-v2-link-text {
/*        top: 5px;*/
    }

    .ig-v2-list {
        width: 100%;
    }

    .ig-v2-list a:nth-last-child(-n+2) {
        display: none;
    }

    a.ig-v2-post {
        /*width: 25%!important;*/
        margin: 0!important;
    }

    .section-v2-4 .section-title-v2, .section-v2-3 .section-title-v2 {
        font-size: 33px;
    }

    .footer-v2-logo {
        /*display: none;*/
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
    .slideshow-tagline h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .slideshow-tagline a.site-btn-v2 {
        width: 155px;
        height: 35px;
        font-size: 8px;
    }

    .fl-v2:first-child .fl-v2-title, .fl-v2-title, .fv-v2-title {
        font-size: 12px;
        top: 20px;
        left: 20px;
    }

    .fl-v2:first-child .fl-v2-address, .fv-v2-name {
        font-size: 14px;
        bottom: 10%;
        left: 8%;
    }

    .fv-v2-name {
        padding: 30px 5%;
    }

    .fl-v2-img a.site-btn-v2, .le-img a.site-btn-v2 {
        width: 200px;
        font-size: 8px;
    }

    .cta-v2-img canvas {
        height: 200px;
    }

    .cta-v2-title em {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .cta-v2-title span {
        font-size: 24px;
    }

    .fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .fv-v2-video .plyr--full-ui.plyr--video .plyr__control--overlaid:before {
        border-width: 6px 0 6px 7px;
        border-color: transparent transparent transparent #ffffff;
        left: 0;
    }

    .itp-v2-item p {
        line-height: 1.55;
        font-size: 12px;
    }

    .itp-v2-item a.site-btn-v2 {
        width: 155px;
        font-size: 8px;
        height: 35px;
    }

    .le-title {
        padding: 40px 5px;
    }

    .section-v2-4 .section-title-v2, .section-v2-3 .section-title-v2 {
        font-size: 30px;
    }
}
