/*
Theme Name: BTR Theme
Description: This is a custom child theme for By The Rock
Theme URI: https://bytherock.es/
Author: AvantiMotors
Author URI: https://avantimotors.es/
Template: salient
Version: 1.0
*/

/* HOME */

.wpb_row .nectar-parallax-scene div {
    background-size: contain;
    background-repeat: no-repeat;
}


/*------------------------------------------------------------------ */
/*--------------------------- RESPONSIVE --------------------------- */
/*------------------------------------------------------------------ */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 760px) {
    #intro_pc {
        display: none;
    }
    #intro_pc.wpb_row .nectar-parallax-scene div {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 760px) and (orientation : landscape) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 420px) and (max-width : 760px) and (orientation : portrait) {}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1800px) {
    #intro_mobile {
        display: none;
    }
}