@import url("https://use.typekit.net/xom0cdw.css");

.cb-videowithtext .video {
    position: relative;
    margin-bottom: 40px
}

.cb-videowithtext .video img {
    border-radius: 10px
}

.cb-videowithtext .video .playIcon {
    display: flex;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease-in-out
}

.cb-videowithtext .video .playIcon:hover {
    background-color: #e50062
}

.cb-videowithtext .video .playIcon:hover:before {
    border-color: transparent transparent transparent #fff
}

.cb-videowithtext .video .playIcon:before {
    content: "";
    margin-left: 3px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #e50062;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    transition: border-color .3s ease-in-out
}

@media (min-width:992px) {
    .cb-videowithtext .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 -40px
    }

    .cb-videowithtext .inner.pull-right {
        display: flex;
        flex-direction: row-reverse;
        float: none !important
    }

    .cb-videowithtext .item {
        flex-basis: calc(50% - 80px);
        max-width: calc(50% - 80px);
        flex-shrink: 0;
        flex-grow: 0;
        margin: 0 40px
    }

    .cb-videowithtext .video {
        margin-bottom: 0
    }

    .cb-videowithtext .video .playIcon {
        width: 93px;
        height: 93px
    }

    .cb-videowithtext .video .playIcon:before {
        margin-left: 6px;
        border-width: 17px 0 17px 28px
    }
}

@media (min-width:1200px) {
    .cb-videowithtext .inner {
        margin: 0 -60px
    }

    .cb-videowithtext .item {
        flex-basis: calc(50% - 120px);
        max-width: calc(50% - 120px);
        flex-shrink: 0;
        flex-grow: 0;
        margin: 0 60px
    }
}