.destinations-details-section .md-gallery img.gallery-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: calc(-64px + 60vh) !important;
}

.destinations-details-section .md-gallery .gallery-sub {
    width: 100%;
    height: calc(-36px + 30vh) !important;
    max-height: 32vh;
    object-fit: cover;
}

.destinations-details-section .md-gallery .gallery-sub-full {
    width: 100%;
    height: 100%;
    max-height: calc(-64px + 60vh) !important;
    object-fit: cover;
}

.destinations-details-section .widget-area .button-caption {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.destinations-details-section .widget-area .checkiodate {
    width: 990px;
}

#galleryModal .gallery-container {
	max-width: 960px;
}

#galleryModal .gallery-container img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#chooseDateModal .daynames-row,
#brChooseDateModal .daynames-row{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    row-gap:2px;
    padding: 0 10px;
    text-align: center;
}

#chooseDateModal .daynames-row>.dayname,
#brChooseDateModal .daynames-row>.dayname{
    color:#9e9e9e;
    font-size:12px;
    padding:5px 0 0;
}