/*
Theme Name: Thelma Child
Theme URI: http://thelma.mikado-themes.com
Description: A child theme of Thelma Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: thelma
Template: thelma
*/

/* ==========================================================================
   Fix : bloc parallax image en mobile
   ========================================================================== */

@media screen and (max-width: 768px) {
    .vc_row-fluid.mobile-padding[style*="background-size: contain"] {
        background-size: contain !important;
        background-position: top center !important;
        min-height: 0 !important;
        padding-top: 56% !important; /* ratio approximatif pour afficher l'image entière */
    }

    .vc_col-lg-5 .vc_separator.vc_separator-has-text {
        margin-top: 60px;
    }

    .vc_col-lg-5 + .vc_col-lg-7 .mkdf-single-image-holder {
        margin-top: 30px;
    }
}