/* Example CSS file */ 
.title {
    font-size:100px;
    font-weight: bold;
    margin-bottom:50px;
}

.photoShow .title {
    margin-top:-340px;
    width:100%;
    font-size:30px;
    opacity:.9;
    color:white;
    text-shadow: 0px 0px 10px black;
}

.clock {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight:300;
    opacity: .7;
    font-size: 25px;
    text-shadow: 0px 0px 10px black;
   
}

.clock  .time {
    font-size:40px;
    margin-bottom:5px;
}

.reveal .present {
    width:100%;
    height:100%;
}

.reveal img {
    margin:0;
    object-fit: contain;
    width:100%;
    height:100%;
}

.reveal img, .reveal video, .reveal iframe {
    max-width: 100%;
    max-height: 100%;
}

/* .reveal img {
    transform:rotate(90deg) translateX(-420px);
}

.reveal.rotate180 img {
    transform: rotate(-90deg) translateX(420px);
} */


.reveal img, .reveal video, .reveal iframe {
    max-width: initial;
    max-height: initial;
}