/*
Theme Name:         MTA Theme
Theme URI:          http://newbox.ca
Description:        Custom theme for MTA based on Roots
Version:            1.0.0
Author:             Stuart Starr
Author URI:         http://newbox.ca
*/

.section-timeline-popup .popup__images {
	position: relative;
	display: block;
	grid-template-areas: initial;
    gap: initial;
}
.section-timeline-popup .single__image.single__image-large {
	width: calc(67% - 7.5px);
	height: auto;
}
.section-timeline-popup .single__image.single__image-meduim {
	display: none;
}
.section-timeline-popup .single__image.single__image-small {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(33% - 7.5px);
	height: calc(50% - 7.5px);
	left: auto;
}
.section-timeline-popup .single__image-small + .single__image-small {
	bottom: 0;
	top: auto;
}

@media (max-width: 767px) {
	.section-timeline-popup .single__image.single__image-large {
		width: calc(67% - 4px);
	}
	.section-timeline-popup .single__image.single__image-meduim,
	.section-timeline-popup .single__image.single__image-small {
		width: calc(33% - 4px);
		height: calc(50% - 4px);
	}
}
.section-timeline .section__title span {
	background: #fff;
	width: 51px;
}
.section-timeline .section__content:after {
	z-index: 50;
}
.section-timeline .section__aside strong {
	font-size: 18px;
}
@media (max-width: 767px) {
	.section-timeline .section__aside strong {
		font-size: 12px;
	}
}

.banner .navbar-brand img {
	width: 100% !important;
	height: auto;
}