
.content-wrapper {
    margin-bottom: 10%;
    position: relative;
}

.didyouknow.title > span{
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bolder;
}

.text-wrapper.text .text-title{
    font-size: 2.2vw;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 2vw;
}

.text-wrapper.text.left .text-title{
    width: 93%;
}

.text-wrapper.text.right .text-title{
    width: 90%;
}
#player video {
    width: 100%;
    height: 100%;
    min-width: calc(614 * 100vw / 1920);
    min-height: calc(614 * 100vw / 1920);
    background: black;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-button .pause{
    transition: all 1s ease;
}

/* .text-wrapper.text.left {
    margin: 0% 10% 0% 20.5%;
}

.text-wrapper.text.right {
    margin: 0% 23% 0% 10%;
} */

.margin-left-all{
    margin-left: 10%;
}
.padding-left-cont{
    padding: 0% 10%;
}

.rectangle{
    background-color: #ffc522;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0%;
    left: 0%;
    transform: translate(0%, 48%) skew(0deg, -15deg);
    z-index: -1;
}

.image-wrapper{
    padding: 10%;
    position: relative;
}

.button-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

iframe#player{
    position: absolute;
    padding: 0% 10% 10% 0%;
}

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

    .image-wrapper {
        padding: 0% 5% 5% 0%;
        position: relative;
    }

    iframe#player{
        position: absolute;
        padding: 5%;
    }

    .mobile-text{
        order: -1;
    }

    /* .text-wrapper.text.left {
        margin: 0% 9% 0% 10%;
    }

    .text-wrapper.text.right {
        margin: 0% 10% 0% 10%;
    } */

    .didyouknow.title > span {
        font-size: 9vw;
    }

    .text-wrapper.text.left .text-title {
        width: 100%;
    }

    .text-wrapper.text.right .text-title {
        width: 80%;
    }

    .text-wrapper.text .text-title {
        font-size: 6.2vw;
        line-height: 7vw;
    }

    .text-wrapper.text.left .text-content > span, .text-wrapper.text.right .text-content{
        font-size: 5vw;
    }

    .image-wrapper{
        padding-top: 4%;
        text-align: left !important;
        /* margin: 0% 0% 10% 10%; */
        position: relative;
    }
    

    .rectangle {
        height: 50%;
        transform: translate(0%, 55%) skew(0deg, -15deg);
    }

}

@media only screen and (max-width: 767px) {
    #player video {
        min-width: calc(314 * 100vw / 414);
        min-height: calc(314 * 100vw / 414);
    }
}