﻿.detailCalendar {
    margin-top: -5px;
    margin-right: 5px;
}

.eventTitle {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom:15px

}

.smallButton:hover {
    color: #5a798c;
}

.smallButton {
    margin-right: 12px;
}

.innerThumb img {
    width: 100%;
}

.innerThumb {
    background-size: cover;
    background-position: center center;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    position: relative;
    cursor: pointer;
}

/*.gallery-container a {
    width: 240px;
    margin: 5px;
}*/

.gallery-container a img {
    max-width: 100%;
    height: auto;
}

img.playBtn {
    width: 35%;
    max-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%)
}
