
/*------------------------------------
        	$General
------------------------------------*/
p, li, .text-desc {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 300;
}
ul {
    
    padding-left: 20px;
}

.rl-text-desc-lg {
    line-height: 1.5;
}

.rl-text-sm {
    line-height: 43px;
}

.rl-btn-more {
    padding: 4px 20px;
}

.rl-max-width-80 {
    padding: 0 10%;
}

.rl-play-wrapper.right-bottom {
    right: calc(20px + 2vw);
    bottom: calc(10px + 4vw);
    left: auto;
    top: auto;
}

.rl-background-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.convertMotion {
    background-color: #3C404B;
    color: white;
}

.convertMotion a {
    text-decoration: none;
    color: white;
}

.convertMotion a:focus,
.convertMotion a:hover,
.convertMotion a:active {
    text-decoration: none;
    color: white;
}

.flipBody {
    position: relative;
}

.flipBody .rl-play-wrapper{
    bottom: 10%;
    top: unset;
}

.flipBody .flipBody-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    pointer-events: none;
}
.flipBody-image-container {
    background-image: url('../../images/converter/Side-scrolling.jpg');
    height: 702px;
    background-position: center center;
}
.get-motion {
    background-color: #1a1a1a;
    color: white
}

.get-motion-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.get-motion-wrapper img.hover-image {
    transition: all 0.3s;
}

.get-motion-wrapper > div:hover img.hover-image {
    transform: scale(1.1);
}

.get-motion-wrapper button {
    margin-top: 20px;
    margin-bottom: 40px;
    border-color: #fff;
    color: #fff;
    min-width: 190px;
    padding: 4px 20px;
    background-color: transparent;
}

.get-motion-wrapper button:hover {
    color: white;
    background-color: #666666;
    border: 2px solid #666666;
}

.get-motion-wrapper .motion-sampler {
    background-color: rgba(102,102,102,0.5);
}


.motion-link {
    background-image: url('../../images/converter/Motion-Link-banner.jpg');
    background-size: cover;
    background-position: center center;
    height: 513px;
}


.rl-btn-more .fa-angle-right{
    font-size: inherit;
}

.banner-button {
    display: flex;
    justify-content: flex-start;
    margin-left: -10px;
}

/*------------------------------------
        	$Banner
------------------------------------*/
.rl-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: black;
}

.rl-banner-text {
    font-size: calc( 26.4px + 0.5vw);
    font-weight: 300;
    color: #ffffff;
}



/*------------------------------------
        	$Media Query
------------------------------------*/

@media screen and ( max-width: 1000px ){
    .convertMotion .flex-container{
        flex-direction: column;
    }
}


@media screen and ( max-width: 767px ){
    .get-motion-wrapper{
        grid-template-columns: 1fr;
    }

    .motion-sampler {
        background-color: #666666;
    }

    .flipBody {
        position: unset;
    }
    .flipBody .flipBody-image {
        position: relative;
    }
    
    .flipBody .flipBody-text {
        position: unset;
        color: black;
    }

    .flipBody .rl-play-wrapper {
        top: 50%;
        bottom: unset;
    }

    .flipBody-image-container {
        background-image: unset;
    }

    .rl-banner-wrapper{
        max-width: 620px;
        margin-top: 15px;
    }

    .motion-link {
        background-image: url('../../images/converter/Motion-Link-banner-mobile.jpg');
        height: 568px;
    }

    .rl-max-width-80 {
        padding: unset;
    }

    .banner-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }

}