/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/11/2015, 8:23:46 PM
    Author     : airmax
*/

/*body {border: 10px solid red;}*/


a.id-ucpt-carousel-tile-content {
    padding: 0;
    /*margin: 30px 15px 0;*/
    float: none;
    display: block;
    padding-bottom: 60%;
    position: relative;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
}


.id-ucpt-carousel-tile {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 20px;
    background-color: #1e5eac;
    color: #fff;
    padding: 15px;
    font-size: 1em;
    letter-spacing: 2px;
}

.id-ucpt-carousel-tile:focus,
.id-ucpt-carousel-tile:hover {
    background-color: #fff;
    text-decoration: none;
    color: #1e5eac;
}


.id-ucpt-carousel-tile > small {
    display:block;
    font-size: .75em;}

.id-ucpt-thumbnail-tile-content {
    padding: 0;
    float: none;
    display: inline-block;
}

.id-ucpt-thumbnail-tile {
    display: block;
    background-size:cover;
}