/* Add here all your CSS customizations */

/* default galley image rule */

.gallery .dx-tile-content {
    height: 100%;    
}

.gallery .dx-tile-content .image {
    margin-top: 10px;
    height: 80%;
    width: auto;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    display: block;
}

/* latestAdditions Tile */

#latestAdditions .dx-tile-content {
    height: 100%;    
}

#latestAdditions .dx-tile-content .image {
    height: 100%;
    width: 100%;    
    background-position: center;
    background-size: cover;
    display: block;
}

/* acrylic skins Tile */

#acrylicSkinDemo .dx-tile-content {
    height: 100%;    
}

#acrylicSkinDemo .dx-tile-content .image {
    height: 100%;
    width: 100%;    
    background-position: center;
    background-size: cover;
    display: block;
}
