.media-section {
    padding: 100px 0;
}

.media-section .media-title h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    word-break: break-word;
}

.media-section .filters-button-group {
    margin-bottom: 57px;
}

.media-section .filters-button-group ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.media-section .filters-button-group ul li {
    list-style: none;
    width: 100%;
}

.media-section .filters-button-group ul li .button {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    max-width: 100%;
    width: 100%;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #D9D9D9;
	border-radius:0;
    background-color: transparent;
    border-right: 0;
    transition: all 0.3s ease-in-out;
}

.media-section .filters-button-group ul li:last-child .button {
    border-right: solid 1px #D9D9D9;
}
.media-section .filters-button-group ul li:last-child .btn-active {
    border-right: solid 1px #000000;
}
.media-section .filters-button-group ul li .button:hover,
.media-section .filters-button-group ul li .btn-active {
    border: solid 1px #000000;
}

.media-section .media-video {
    margin-bottom: 55px;
}

.media-section .media-video .media-image-video {
    position: relative;
    overflow: hidden;
}

.media-section .media-video .media-image-video .play-btn {
    position: absolute;
    width: 65px;
    height: 65px;
    border: 0px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.media-section .media-video .media-image-video .videoBtn img {
    width: 65px;
    height: auto;
}

.media-section .media-video .media-image-video img {
    width: 100%;
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.media-section .media-video .media-image-video>img:hover {
    transform: scale(1.1);
}

.media-section .media-video .Blog-image-details {
    padding-top: 20px;
}

.media-section .media-video .Blog-image-details h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.05em;
    color: #000000;
}


.page-template-media-page #cboxContent #cboxPrevious {
	background-image: url(../images/cbox-prev-blue.svg);
    width: 77px;
    height: 77px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.page-template-media-page #cboxContent #cboxNext {
	background-image: url(../images/cbox-next-blue.svg);
    width: 77px;
    height: 77px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.page-template-media-page #cboxContent #cboxClose {
	background-image: url(../images/cbox-close-blue.svg);
    width: 42px;
    height: 42px;
	background-repeat: no-repeat;
	background-size: 100%;
}