.b_seasonal_image_item {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #fb8d01;
    background: white;
}

.b_img {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.b_seasonal_image_item img {
    max-height: 100px;
    background: white;
}

.b_seasonal_image_item {
    position: relative;
}

.b_seasonal_image_delete{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    float: left;
    background: white;
    border-bottom-left-radius: 50%;
    color: red;
}