#menu-agencies li {
    visibility: hidden;
}

.video a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 530px;
}

/*.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(/wp-content/themes/angelsense/images/reviews/play-icon-video.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
}*/

.featured .video a:before {
    width: 100px;
    height: 100px;
}

iframe.featured-video {
    width: 800px;
    height: 450px;
}

.topic,
.featured {
    margin-top: 55px;
    padding: 50px calc((100% - 1200px)/ 2);
}

.featured {
    padding: 50px calc((100% - 950px)/ 2);
}

.topic {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    overflow: hidden;
}

.topic h2,
.featured h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

.topic .title {
    overflow: hidden;
}

.topic h2 {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-size: 36px;
}

.topic h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 108%;
    width: 2000px;
    height: 1px;
    background-color: #32b4a6;
}

.topic h2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 108%;
    width: 2000px;
    height: 1px;
    background-color: #32b4a6;
}

.featured .video {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 800px;
    height: auto;
}

.featured .video p {
    margin-top: 1em;
    text-align: left;
    font-size: 20px;
    color: #292929;
}

.topic .video_wrap {
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topic .video_wrap .video {
    width: 30%;
    margin-bottom: 2em;
    transition: all 0.3s;
}

.topic .video_wrap .video:hover {
    opacity: 0.6;
}

.topic .video_wrap .video .content {
    position: relative;
}

.topic .video_wrap .video .content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.topic .video_wrap .video .content a {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background-image: none !important;
    z-index: 100;
}

.topic .video_wrap .video a img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.topic .video_wrap .video p {
    font-size: 18px;
    margin-top: 0.3em;
    text-align: left;
    color: #292929;
}