/* Blog */
.blog-title {letter-spacing: 2.5px}
.blog-info {
    color: #fff;
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
.blog-fullscreen-image-mb {
	margin-bottom: 1.1%;
}
.blog-video-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.blog-video-container .preview-image {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.blog-video-container .player {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
}
.blog-video-container .player-button {
    height: 150px;
    width: 150px;
    transform: scale(.8);
    opacity: .6;
    transition: all .3s ease-in-out;
}
.blog-video-container .player-button:hover {
    opacity: 1;
    transform: scale(1.2);
}
.blog-video {
	margin-top: 80px;
}
.blog-company_info.hidden,
.blog-video.hidden {
    z-index: 0;
    opacity: 0;
}
.blog-video-wrapper {
    position: ABSOLUTE;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.blog-video-wrapper iframe {
   width: 100%;
   height: 100%;
}
.blog-head_in {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 30px;
    color: #fff;
}
.blog-company_info {
	position: relative;
    margin-bottom: 50px;
    z-index: 6;
}
.blog-arrow_left {
    position: relative;
	z-index: 20;
}
.blog-arrow_left > a,
.blog-arrow_left > a > span,
.blog-arrow_left > span,
.blog-arrow_left > span > a {
    color: #fff;
}
.blog-collection {
    display: flex;
    flex-wrap: wrap;
}
.blog-collection div {
    margin-bottom: 1.5%;
    flex-basis: 32.333%;
    min-width: 32.333%;
}
.blog-collection.two-row div {
    flex-basis: 49.222%;
    min-width: 49.222%;
}
.blog-collection div:nth-child(3n-1) {
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.blog-collection.two-row div:nth-child(3n-1) {
    margin-right: 0;
}
.blog-collection.two-row div:nth-child(4n) {
    margin-left: 1.5%;
}
.blog-collection.empty-middle-second-row > div:nth-child(4n) {
    flex-basis: 49.222%;
}
.blog-collection.empty-middle-second-row > div:nth-child(5n) {
    flex-basis: 49.222%;
    margin-right: 0;
}
.blog-collection.single {
    width: 100%;
}
.blog-collection.single > div {
    flex-basis: 100%;
    margin-right: 0;
}
.blog-collection > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-fullscreen-title {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 1080px;
}
.blog-fullscreen-title h1 {
	margin: 0;
    font-size: 200px;
    opacity: .8;
}

.fullstory .edit {
    position: absolute;
    top: 80px;
    right: 0;
    margin: 20px;
    z-index: 7;
}
.fullstory .edit a {
    display: block;
    padding: 5px 10px;
    background: red;
    color: #fff;
}

.fullstory {
    background: #fff;
    color: #000;
    padding-bottom: 80px;
}
.blog-title {
    margin-bottom: 20px;
}

#project_nav ul.arrows > li:first-child {
    justify-content: flex-start;
}
#project_nav ul.arrows > li:last-child {
    justify-content: flex-end;
}

.blog-video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0,0,0,.5);
}

#project_nav {
    padding: 50px 0;
}
.other-title {
    padding: 0 20px;
    font-size: 2.5rem;
    text-align: center;
}

.project-76 #col-5 > div:first-child {
    flex-basis: 49.222%;
}
.project-76 #col-5 > div:nth-child(2) {
    flex-basis: 49.222%;
    margin-right: 0;
}
.project-76 #col-5 > div:nth-child(4) {
    flex-basis: 32.333%;
    margin: 0 1.5% 1.5% 1.5%;
}
.project-76 #col-5 > div:nth-child(5) {
    flex-basis: 32.333%;
    margin-left: 0;
}

.project-76 #col-3 > div:first-child,
.project-80 #col-4 > div:first-child,
.project-85 #col-9 > div:first-child {
    flex-basis: 49.222%;
}
.project-76 #col-3 > div:nth-child(2),
.project-80 #col-4 > div:nth-child(2),
.project-85 #col-9 > div:nth-child(2) {
    flex-basis: 49.222%;
    margin-right: 0;
}
.project-76 #col-3 > div:nth-child(4),
.project-80 #col-4 > div:nth-child(4),
.project-85 #col-9 > div:nth-child(4) {
    flex-basis: 32.333%;
    margin: 0 1.5% 1.5% 1.5%;
}
.project-76 #col-3 > div:nth-child(5),
.project-80 #col-4 > div:nth-child(5),
.project-85 #col-9 > div:nth-child(5) {
    flex-basis: 32.333%;
    margin-left: 0;
}