﻿.london-video-tiles {
    padding: 87px 0 0;
}

.london-video-tiles-inner {
    margin-left: 100px;
}

.london-video-tiles-left {
    display: inline-block;
    margin-top: 16px;
    width: calc(30.82089552% - 44px);
    vertical-align: top;
}

.london-video-tiles-left-texts {
    height: 450px;
}

.london-video-tiles-title {
    font-family: Didot, serif;
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #5b6370;
}

.london-video-tiles-subtitle {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #5b6370;
}

.pc-video-tiles-separator {
    margin-top: 58px;
    height: 12px;
    background: url("../image/pc-video-tiles-separator.svg") top left no-repeat;
}

.london-video-tiles-body {
    margin-top: 43px;
    padding-right: 64px;
    /* font-family: Didot; */
}

.london-video-tiles-body p {
    font-size: 18px;
    line-height: 24px;
    color: #424b5a;
}

.london-video-tiles-buttons::after {
    display: block;
    clear: both;
    content: "";
}

.pc-video-tiles-prev {
    float: left;
    width: 57px;
    height: 57px;
    background: url("../image/pc-video-tiles-prev.svg");
    cursor: pointer;
}

.one-video .london-video-tiles-image-wrapper{
    width: 230%;
}

/* @media screen and (min-width:768px) and (max-width:1024px){
    .one-video .london-video-tiles-image-wrapper{
        width: 500px;
    } 
}

@media screen and (min-width:1025px) and (max-width:1366px){
    .one-video .london-video-tiles-image-wrapper{
        width: 600px;
    } 
} */

.pc-video-tiles-next {
    float: left;
    margin-left: 8px;
    width: 57px;
    height: 57px;
    background: url("../image/pc-video-tiles-next.svg");
    cursor: pointer;
}

.london-video-tiles-right {
    display: inline-block;
    overflow: hidden;
    margin-left: 39px;
    width: 69.17910448%;
    vertical-align: middle;
}

.london-video-tiles-right::after {
    display: block;
    clear: both;
    content: "";
}

.london-video-tiles-right-inner {
    float: right;
    /* tile width: x(px)
    right half tile width: 137px
    tile gap: 24px
    parent width = x * 2 + 137 + 24 * 2 + 12
    self width = x * 3 + 137 * 2 + 24 * 4 */
    width: calc(((((100% - 137px) - (24px * 2.5)) * 1.5) + (137px * 2)) + (24px * 4));
}

.london-video-tiles-video-wrapper {
    margin: 0 12px;
}

.london-video-tiles-video {
    position: relative;
    padding-top: 147.39726027%;
    height: 0;
}

.london-video-tiles-video-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6.438356164% 0;
    transition: padding .3s ease-in-out;
}

.slick-center .london-video-tiles-video-inner {
    padding: 0;
}

.london-video-tiles-image-wrapper {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
}

.london-video-tiles-image-wrapper::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22px;
    background-image: url("../image/pc-video-tiles-bottom-mask.png");
    background-repeat: no-repeat;
    background-position: right -1px bottom -1px;
    background-size: calc(100% + 2px);
    content: "";
}

.pc-video-tiles-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    background: url("../image/pc-video-tiles-play.svg") no-repeat center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.london-tile-pageLink .vjs-big-play-button {
    display: none;
}

@media (max-width: 1366px) {
    .london-video-tiles-inner {
        -ms-flex-align: center;
        align-items: center;
    }

    .london-video-tiles-title,
    .london-video-tiles-subtitle {
        font-size: 32px;
        line-height: 35px;
    }

    .london-video-tiles-body p {
        font-size: 16px;
        line-height: 22px;
    }

    .london-video-tiles-left {
        margin-top: 0;
        width: calc(100% - 69.4776119403%);
        vertical-align: middle;
    }

    .london-video-tiles-left-texts {
        height: auto;
    }

    .pc-video-tiles-separator {
        margin-top: 38px;
    }

    .london-video-tiles-right {
        margin-left: -5px;
        width: 69.4776119403%;
    }
}

@media (max-width: 1024px) {
    .london-video-tiles-title,
    .london-video-tiles-subtitle {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .london-video-tiles-inner {
        margin-left: 0;
    }

    .london-video-tiles-video-wrapper.slick-slide {
        width: 320px;
    }

}


@media (max-width: 660px) {
    .london-video-tiles-left {
        /* display: none; */
    }
}

/* carousel with left text A copy from slp*/

.london-video-tiles-A {
    padding: 87px 0 0;
}

.london-video-tiles-inner-A {
    margin-left: 116px;
}

.london-video-tiles-left-A {
    display: inline-block;
    margin-top: 16px;
    width: calc(30.82089552% - 44px);
    vertical-align: top;
}

.london-video-tiles-left-texts-A {
    /*height: 450px;*/
    height: 426px;
}

.london-video-tiles-title-A {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;

}

.london-video-tiles-subtitle-A {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #5b6370;
}

.pc-video-tiles-separator-A {
    margin-top: 28px;
    height: 12px;
    background: url("../image/vid-deco.svg") top left no-repeat;
}

.london-video-tiles-body-A {
    margin-top: 42px;
    padding-right: 22px;
    /* font-family: Didot; */
}

.london-video-tiles-body-A p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */


    color: #333333;
}

.london-video-tiles-buttons-A::after {
    display: block;
    clear: both;
    content: "";
}

.pc-video-tiles-prev-A {
    float: left;
    width: 57px;
    height: 57px;
    background: url("../image/left-cricle.svg");
    background-size: cover;
    cursor: pointer;
}

.one-video-A .london-video-tiles-image-wrapper-A{
    width: 230%;
}

/* @media screen and (min-width:768px) and (max-width:1024px){
    .one-video .london-video-tiles-image-wrapper{
        width: 500px;
    }
}

@media screen and (min-width:1025px) and (max-width:1366px){
    .one-video .london-video-tiles-image-wrapper{
        width: 600px;
    }
} */

.pc-video-tiles-next-A {
    float: left;
    margin-left: 8px;
    width: 57px;
    height: 57px;
    background: url("../image/right-circle.svg");
    background-size: cover;
    cursor: pointer;
}

.london-video-tiles-right-A {
    display: inline-block;
    overflow: hidden;
    margin-left: 60px;
    width: 67.17910448%;
    vertical-align: middle;
}

.london-video-tiles-right-A::after {
    display: block;
    clear: both;
    content: "";
}

.london-video-tiles-right-inner-A {
    float: right;
    /* tile width: x(px)
    right half tile width: 137px
    tile gap: 24px
    parent width = x * 2 + 137 + 24 * 2 + 12
    self width = x * 3 + 137 * 2 + 24 * 4 */
    width: calc(((((100% - 137px) - (24px * 2.5)) * 1.5) + (137px * 2)) + (24px * 4));
}

.london-video-tiles-video-wrapper-A {
    margin: 0 16px;
}

.london-video-tiles-video-A {
    position: relative;
    padding-top: 147.39726027%;
    height: 0;
}

.london-video-tiles-video-inner-A {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6.438356164% 0;
    transition: padding .3s ease-in-out;
}

.slick-center .london-video-tiles-video-inner-A {
    padding: 0;
}

.london-video-tiles-image-wrapper-A {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
}

.slick-center .london-video-tiles-image-wrapper-A::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 18px);
    height: 42px;
    background-image: url(../image/property-deco.png);
    background-repeat: no-repeat;
    background-position: right -1px bottom -1px;
    background-size: calc(100% + 2px);
    content: "";
}

.pc-video-tiles-play-A {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    background: url("../image/vid-play.svg") no-repeat center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.london-tile-pageLink-A .vjs-big-play-button {
    display: none;
}

@media (max-width: 1366px) {
    .london-video-tiles-inner-A {
        -ms-flex-align: center;
        align-items: center;
    }

    .london-video-tiles-title-A,
    .london-video-tiles-subtitle-A {
        font-size: 18px;
        line-height: 26px;
    }

    .london-video-tiles-body-A p {
        font-size: 15px;
        line-height: 24px;
    }

    .london-video-tiles-left-A {
        margin-top: 0;
        width: calc(100% - 69.4776119403%);
        vertical-align: middle;
    }

    .london-video-tiles-left-texts-A {
        height: auto;
    }

    .pc-video-tiles-separator-A {
        margin-top: 28px;
    }

    .london-video-tiles-right-A {
        margin-left: -5px;
        width: 69.4776119403%;
    }
}

@media (max-width: 1024px) {
    .london-video-tiles-title-A,
    .london-video-tiles-subtitle-A {
        font-size: 18px;
        line-height: 26px;
    }
    .london-video-tiles-body-A p {
        font-size: 15px;
        line-height: 24px;
    }
    .london-video-tiles-video-wrapper-A {
        margin: 0 16px;
    }
}

@media (max-width: 768px) {
    .london-video-tiles-inner-A {
        margin-left: 0;
    }

    .london-video-tiles-video-wrapper-A.slick-slide {
        width: 320px;
    }

}


@media (max-width: 660px) {
    .london-video-tiles-left-A {
        /* display: none; */
    }
}

/* end carousel with left text A */

