.itemGallery {
    box-shadow: 0 10000px 0 0 rgba(0, 0, 0, 0.3) inset;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 0;
    padding-top: 18.2%;
    border-radius: 4px;
    cursor: pointer;
}

.itemGallery img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.itemGallery .select {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 99;
}


.selected {
    border: 0 !important;
    background-color: #a3bd31;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
}
