/*Portrait images style*/

@media only screen and (min-aspect-ratio: 1/1) { /* Landscape */
    .gallery .togglelp12 .bhd_2_0 {
        height: 100%;
        width: 100%;
        left: 0em;
        top: 0em;
    }
    .gallery .togglelp12 .bhd_2_1 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }

    .gallery .togglelp12 .bhd_3_0 {
        height: 100%;
        width: 100%;
        left: 0em;
        top: 0em;
    }
    .gallery .togglelp12 .bhd_3_1 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_3_2 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    
    .gallery .togglelp12 .bhd_4_0 {
        height: 100%;
        width: 100%;
        left: 0em;
        top: 0em;
    }
    .gallery .togglelp12 .bhd_4_1 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_4_2 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_4_3 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
}
@media only screen and (max-aspect-ratio: 1/1) { /* Portrait */
    .gallery .togglelp12 .bhd_2_0 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_2_1 {
        height: 100%;
        width: 100%;
        left: 0em;
        top: 0em;
    }

    .gallery .togglelp12 .bhd_3_0 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_3_1 {
        height: 100%;
        width: 100%;
        left: 0em;
        top: 0em;
    }
    .gallery .togglelp12 .bhd_3_2 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    
    .gallery .togglelp12 .bhd_4_0 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_4_1 {
        height: 100%;
        width: 100%;
        left: 0em;
        top: 0em;
    }
    .gallery .togglelp12 .bhd_4_2 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
    .gallery .togglelp12 .bhd_4_3 {
        height: 0%;
        width: 0%;
        right: 0em;
        bottom: 0em;
    }
}
