#lightboxISpy {
    display: none;
}

    #lightboxISpy .message-wrapper {
        display: none;
        height: 72vmin;
    }

    #lightboxISpy .naveen-wrapper {
        display: none;
    }

    #lightboxISpy .message-wrapper h1 {
        margin-top: 0;
    }

    .i-spy-full {
        width: 58vmin;
        height: auto;
    }

    .counter-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 57vmin;
    }

        .counter-column {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .counter {

            }

            .counter-image {
                height: auto;
            }

                #counterElephant {
                    width: 14vmin;
                }

                #counterGorilla {
                    width: 10vmin;
                }

                #counterBird {
                    width: 9vmin;
                }

        .counter {
            text-align: center;
            padding: 1vmin;
            background-color: #fff;
            font-size: 5vmin;
            font-weight: 700;
            border: none;
            outline: none;
            border-radius: .5vmin;
            margin-bottom: 2vmin;
            margin-top: 4vmin;
            width: 8vmin;
            font-family: "Roboto", sans-serif;
            height: 8vmin;
            -webkit-appearance: none;
            --webkit-appearance: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .counter.disabled {
                background-color: #69BC45;
                color: #fff;
            }

            .counter:disabled {
                background-color: #69BC45;
                color: #fff;
            }

            .counter.disabled:disabled {
                background-color: #69BC45;
                color: #fff;
            }

        input[type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            --webkit-appearance: none;
        }

    .counter-tools-wrapper {
        width: 3vmin;
        height: 10vmin;
        position: absolute;
        margin-left: 6.5vmin;
        margin-top: -4vmin;
        display: flex;
        flex-directioN: column;
        justify-content: space-between;
    }

        #counterTools1 {
             margin-top: -3.6vmin;
        }

        #counterTools3 {
            margin-top: -3.8vmin;
        }

        .counter-tool {
            height: 5vmin;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 3vmin;
            cursor: pointer;
        }

            .counter-tool:hover {
                opacity: .8;
            }

            .counter-tool:first-of-type:before {
                content: "+";
            }

            .counter-tool:first-of-type {
                background-color: #69BC45;
            }

            .counter-tool:last-of-type:before {
                content: "-";
                font-size: 3vmin;
                font-size: 5vmin;
            }

            .counter-tool:last-of-type {
                background-color: #E63E30;
            }

#counter-check-wrapper {
    margin-top: 2vmin;
}

    .counter-check {
        background-color: #E63E30;
        padding: .5vmin;
        border-radius: 4vmin;
        font-size: 3vmin;
        color: #fff;
        border: none;
        outline: none;
        text-align: center;
        width: 13vmin;
        cursor: pointer;
        -webkit-appearance: none;
        --webkit-appearance: none;
    }

@media(max-height: 800px ) and (orientation: landscape) {
    #lightboxISpy .message-wrapper {
        margin-bottom: 0;
        height: 85vmin;
    }

    #lightboxISpy .message-wrapper h1 {
        margin-top: 0;
    }

    .i-spy-full {
        width: 82vmin;
    }
}

@media(max-width: 600px) and (orientation: portrait) {
    #lightboxISpy .message-wrapper {
        height: 100vmin;
    }

    .counter {
        width: 11vmin;
        height: 11vmin;
        font-size: 10vmin;
    }

    .i-spy-full {
        width: 87vmin;
    }
}
