.Gallery.view1{
    padding:1em;
    text-align: center;
}
.Gallery.view1 .images{
    display: inline;
}
.Gallery.view1 .add-image-btn{
    width: 10em;
    height: 7.5em;
    border:4px dashed silver;
    border-radius: 10px;
    background:rgb(245, 241, 241);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    position: relative;
}
.Gallery.view1 .add-image-btn div{
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    margin-top: calc(50% - 0.95em);
    color: silver;
}

.GalleryItem.view1{
    width: 10em;
    height: 7.5em;
    border:1px solid silver;
    border-radius: 10px;
    background:rgb(245, 241, 241);
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    position: relative;
    overflow: hidden;
}
.GalleryItem.view1 img{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.GalleryItem.view1 .blues-icon::before{
    background-color: red;
    border-radius: 0 0 0 10px;
    line-height: 1.5em;
    vertical-align: middle;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
}
.GalleryItem.view1 .blues-icon{
    cursor: pointer;
    position: absolute;
    top:0;
    right:0;
    color:white;
}




.Gallery.view3{
    padding:1em;
    text-align: center;
}
.Gallery.view3 .images{
    display: inline;
}
.GalleryItem.view3{
    width: 10em;
    height: 7.5em;
    border:1px solid silver;
    border-radius: 10px;
    background:rgb(245, 241, 241);
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    position: relative;
    overflow: hidden;
}
.GalleryItem.view3 img{
    height: 100%;
    width: 100%;
    overflow: hidden;
}