#cont-quote-images {
    position: relative;
}

#cont-quote-images > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

#cont-quote-images .img1 {
    border-radius: 50px 0 0 0;
}

#cont-quote-images .img2 {
    border-radius: 50px;
}

#cont-quote-images .quote {
    left: 50%;
    bottom: 2%;

    width: 285px;
    height: 238px;
    font-size: 21px;
    text-align: left;
    font-style: italic;
    letter-spacing: 0.53px;
    line-height: 35px;
    color: #8DA2B7;
    opacity: 1;
    font-family: "Open Sans", Sans-serif;
}

#cont-quote-images .quote:before {
    content: ",,";
    font-size: 103px;
    line-height: 0;
    letter-spacing: -5.42px;
    color: #8DA2B7;
    margin-top: 5%;
    position: absolute;
    text-align: left;
    transform: rotate(180deg);
    font-family: "Playfair Display", Sans-serif!important;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

    #cont-quote-images {
        /*height: 85vh;*/
        height: unset!important;
    }

    #cont-quote-images .img1 {
        height: 290px;
        width: 290px;
        top: 0;
        right: 0;
        position: inherit;
        border-radius: 50px;
        margin: auto;
    }

    #cont-quote-images .img2 {
        display: none;
        /*height: 230px;*/
        /*width: 230px;*/
        /*left: 5%;*/
        /*top: 30%;*/
    }

    #cont-quote-images .quote {
        width: unset!important;
        height: unset!important;
        font-size: 16px;
    }

    #cont-quote-images .quote {
        left: unset!important;
        right: unset!important;
        bottom: unset!important;
        margin: 20% 5% 0 5%;
        position: inherit;
    }

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

    #cont-quote-images {
        height: 95vh;
    }

    #cont-quote-images .img1 {
        height: 500px;
        width: 569px;
        top: 0;
        right: 0;
    }

    #cont-quote-images .img2 {
        height: 300px;
        width: 300px;
        left: 5%;
        top: 40%;
    }

    #cont-quote-images .quote {
        width: 285px;
        height: 200px;
        font-size: 18px;
    }

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*desktop*/
@media (min-width: 1025px) {

    #cont-quote-images {
        margin-top: -15%;
        height: 120vh;
    }


    #cont-quote-images .img1 {
        height: 800px;
        width: 869px;
        top: 0;
        right: 0;
    }

    #cont-quote-images .img2 {
        height: 490px;
        width: 490px;
        left: -25%;
        bottom: -5%;
    }

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

    #cont-quote-images .img1 {
        height: 700px;
        width: 769px;
        top: 0;
        right: 0;
    }

    #cont-quote-images .img2 {
        height: 390px;
        width: 390px;
        left: -30%;
        bottom: 2%;
    }

}


/*RESPONSIVE*/
