#nfa-quote-image-wrapper {
    position: relative;
}

#nfa-quote-image-wrapper #nfa-quote-image-background-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    background-image: url('../../images/backgrounds/Neuf - Background Waves 001.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#nfa-quote-image-wrapper #nfa-qoute-image-image-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

#nfa-quote-image-wrapper #nfa-qoute-image-image-wrapper .nfa-quote-image-image-container {
    position: relative;
    height: 0;
    padding-top: 50%;
}

#nfa-quote-image-wrapper #nfa-qoute-image-image-wrapper .nfa-quote-image-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;    
}

#nfa-qoute-image-content-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#nfa-qoute-image-content-wrapper .nfa-quote-image-content-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

#nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content {
    position: absolute;
    bottom: -100px;
    /*
    right: 8.33333%;
    */
    right: 0;
    width: 31%; /* 25%; */
    background-color: #ffffff;
    padding: 2rem;
}

#nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title {
    font-family: 'Roboto Slab';
    font-size: 1.5rem;
    line-height: 2rem;
}

#nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title p {
    display: inline;
    margin-left: 3px;
}

#nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title::before {
    display: inline-block;
    content: '\201c';
    margin-left: -10px;
}

#nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title::after {
    display: inline-block;
    content: '\201d';
}



@media( max-width: 767px ) {
    #nfa-quote-image-wrapper {
        margin-bottom: 70px!important;
    }

    #nfa-quote-image-wrapper #nfa-quote-image-background-wrapper {
        display: none;
    }
    
    #nfa-quote-image-wrapper #nfa-qoute-image-image-wrapper {
        position: relative;
        width: 100%!important;
    }
    
    #nfa-qoute-image-content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto!important;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content {
        position: relative;
        bottom: inherit;
        top: -30px;
        width: 90%;
        padding: 30px;
        margin: 0 auto;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title {
        font-family: 'Roboto Slab';
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title p {
        display: inline;
        margin-left: 3px;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title::before {
        display: inline-block;
        content: '\201c';
        margin-left: -10px;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title::after {
        display: inline-block;
        content: '\201d';
    }
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-quote-image-wrapper {
        margin-bottom: 70px!important;
    }

    #nfa-quote-image-wrapper #nfa-quote-image-background-wrapper {
        display: none;
    }
    
    #nfa-quote-image-wrapper #nfa-qoute-image-image-wrapper {
        position: relative;
        width: 100%!important;
    }
    
    #nfa-qoute-image-content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto!important;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content {
        position: relative;
        bottom: inherit;
        top: -30px;
        width: 90%;
        padding: 30px;
        margin: 0 auto;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title {
        font-family: 'Roboto Slab';
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title p {
        display: inline;
        margin-left: 3px;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title::before {
        display: inline-block;
        content: '\201c';
        margin-left: -10px;
    }
    
    #nfa-qoute-image-content-wrapper .nfa-quote-image-content-container .nfa-quote-image-content-content h2.nfa-quote-image-content-title::after {
        display: inline-block;
        content: '\201d';
    }
}