#lightboxAnimalSounds {
    display: none;
}

    #lightboxAnimalSounds .message-wrapper {
        display: none;
        height: 49vmin;
        justify-content: flex-start;
    }

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

    .animalsounds-wrapper {
        position: relative;
    }

        .animalsounds-row-droppable {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-top: 5vmin;
        }

            .animalsounds-droppable {
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 11vmin;
                height: 11vmin;
                margin: 1vmin 2vmin;
                cursor: pointer;
            }

                .animalsounds-droppable:first-of-type {
                    margin-left: 0;
                }

                .animalsounds-droppable:last-of-type {
                    margin-right: 0;
                }

                #animalsoundsMonkeyDrop {
                    background-image: url("../img/monkey_silhouette.png");
                }

                #animalsoundsLionDrop {
                    background-image: url("../img/lion_silhouette.png");
                }

                #animalsoundsElephantDrop {
                    background-image: url("../img/elephant_silhouette.png");
                }

                #animalsoundsSnakeDrop {
                    background-image: url("../img/snake_silhouette.png");
                }

                .animalsounds-droppable.ui-state-correct {
                    background-image: none !important;
                    background-color: transparent;
                }

                .animalsounds-droppable.ui-state-hover {
                    animation-name: pulse;
                    animation-duration: 1s;
                    animation-fill-mode: both;
                    animation-iteration-count: infinite;
                    background-color: transparent;
                }

        .animalsounds-row-draggable {
            display: flex;
            align-items: center;
            justify-content: space-around;
            cursor: pointer;
        }

            .animalsounds-draggable {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                margin: 1vmin 2vmin;
                width: 11vmin;
                height: 11vmin;
            }

                .animalsounds-draggable:first-of-type {
                    margin-left: 0;
                }

                .animalsounds-draggable:last-of-type {
                    margin-right: 0;
                }

                #animalsoundsElephantDrag {
                    background-image: url("../img/elephant.png");
                }

                #animalsoundsSnakeDrag {
                    background-image: url("../img/snake.png");
                }

                #animalsoundsMonkeyDrag {
                    background-image: url("../img/monkey.png");
                }

                #animalsoundsLionDrag {
                    background-image: url("../img/lion.png");
                }

@media(max-height: 800px ) and (orientation: landscape) {
    #lightboxAnimalPatterns .message-wrapper {
        height: 80vmin;
    }

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

    .animalsounds-wrapper {
        width: 85vmin;
    }

    .animalsounds-draggable {
        width: 15vmin;
        height: 15vmin;
    }

    .animalsounds-droppable {
        width: 15vmin;
        height: 15vmin;
    }

        #matchElephant {
            width: 14vmin;
        }

        #matchSnake {
            width: 14vmin;
        }

        #matchZebra {
            width: 14vmin;
        }

        #matchPeacock {
            width: 12vmin;
        }
}

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

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

    .animalsounds-wrapper {
        width: 85vmin;
    }

    .animalsounds-draggable {
        width: 15vmin;
        height: 15vmin;
    }

    .animalsounds-droppable {
        width: 15vmin;
        height: 15vmin;
    }
}
