/* .match-elment-right  */

.match-elment-left {
    position: absolute;
    border: 1px solid black;
    width: 100%;
    text-align: center;
    background-color: white;
}

.match-elment-left {
    left: 0;
    border-left: none;
}

.match-elment-right {
    /* width: auto !important; */
    display: table !important;
    /* padding-left: 15px;
    padding-right: 15px;
    display: inline-block; */
    font-size: 2vw;
    /* margin-left: 15px; */
    /* float: left; */
    color: #004164;
}

.match-elment-left img,
.match-elment-right img {
    width: 100%;
    height: 100%;
}

.match-elment-left span,
.match-elment-right span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.match-elment-left-guessed .match-elment-right {
    border: none;
    border-top: 1px solid black;
}

.matching-holder-background-item {
    background-image: url('../images/britanica-desgin/Matching/Item.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.matching-matched-background-holder {
    background-image: url('../images/britanica-desgin/Matching/Matched.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* NEW DESIGN */

.slick-carousel-matching-exercise {
    height: 8%;
    top: 13%;
    width: 90%;
    left: 5%;
    overflow: visible;
}


/* .slick-initialized .slick-slide {
    width: auto !important;
} */

.matching-word-container-animation {
    animation: matchingwordcontainer 1s linear infinite;
}

@keyframes matchingwordcontainer {
    0% {
        color: yellow;
    }
    50% {
        color: black;
    }
    100% {
        color: yellow;
    }
}

.matching-image-containers-animation {
    border: 4px solid red;
}


/* the slides */

.slick-slide {
    margin: 0 5px;
}


/* the parent */

.slick-list {
    margin: 0 -5px;
}