.frame_choice .bccheck {
    color: red;
    margin-top: 14px;
}

img.frame_class {
    height: 45px;
    left: -4px;
    width: 43px;
    position: absolute;
    top: -5px;
}

.frame-container {
    border: 1px solid #ccc;
    text-align: center;
}

div.frame-container img {
    height: 50px;
    width: 50px;
}

.frame-responsive {
    padding: 6px;
    float: left;
    width: 25%;
}

@media only screen and (max-width: 700px) {
    .frame-responsive {
        width: 10%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .frame-responsive {
        width: 33%;
    }
}
img.mySmile {
    height: 22px;
    width: 30px;
    position: relative;
    /* left: 134px; */
    /* margin-right: 10px; */
    top: -1px;
}
.over2 {
    position: absolute;
    display: inline-block;
    left: -27px;
    top: -41px;
    z-index: 9999;
    width: 190px;
}

