.videoPageTitle {
font-size: 28px!important;;
text-align: center;
}   

 .videoWrap {
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 999999;
    }

    .videoContainer {
        width: 50%;
        position: relative;
    }

    .vidCloseBtn {
        width: 100%;
        position: absolute;
        top: -40px;
        color: #ffffff;
        text-align: right;
        cursor: pointer;
    }

    .vidOpenPopup {
        cursor: pointer;
        color: blue;
    }

    .disableScroll {
        overflow: hidden !important;
    }

    ul.playlist_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .moreVideos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .moreVidLink {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: right;
        cursor: pointer;
        color: #7A2A90;
        font-weight: bold;
    }

    .videosHeading {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .section_head {
        /*border-bottom: solid 3px #7A2A90;*/
        text-align: center;
        padding-bottom: 5px;
    }

    .playlist_item {
        width: 100%;
        max-width: 25%;
        display: block;
        margin-top: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .playlist_item_image {
        max-width: 100%;
        cursor: pointer;
    }

    h3.playlist_item_title {
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #000000;
        padding: 0 0 10px 0;
        margin: 12px 0;
	font-weight: normal;
    }

    h3.playlist_item_title:hover {
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #6e6e6e;
    }

    .playlist_group>header {
        margin-top: 30px;
    }

    .videoThumbWrap {
        position: relative;
    }

    span.playIcon {
        background-image: url(https://s3.amazonaws.com/file1.engineering.com/icons/playIcon2-white.png);
        height: 100px;
        width: 100px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        opacity: 0.7;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .hoverOverlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        background-color: #ffffff !important;
        -webkit-transition: all 0.2s ease !important;
        -o-transition: all 0.2s ease !important;
        transition: all 0.2s ease !important;
        -webkit-backface-visibility: hidden !important;
        cursor: pointer;
    }

    .hoverOverlay:hover {
        opacity: 0.2 !important;
    }

    .main_content_heading a {
        color: #7A2A90 !important;
        text-decoration: none !important;
        cursor: text;
font-size: 22px;
    font-weight: bold;
    }

    @media only screen and (min-width: 1368px) {
        .videoContainer {
            width: 50%;
        }	
    }

    @media only screen and (max-width: 1367px) {
        .videoContainer {
            width: 70%;
        }
    }

@media only screen and (max-width: 1200px) {
.playlist_item { 
    max-width: 50%;
}
}

    @media only screen and (max-width: 767px) {
        .videoContainer {
            width: 95%;
        }
    }

    @media only screen and (max-width: 480px) {
        .playlist_item {
            max-width: 100%;
        }

        .section_head {
            text-align: center;
        }

        h3.playlist_item_title {
            border-bottom: solid 1px #ebebeb;
        }
    }