@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #23143b;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

html,
body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    font-family: 'Gotham';
    font-weight: 500;
}

html,
body {
    height: 100%;
    margin: 0;
}

#videoContainer {
    position: relative;
    height: 100%;
    z-index: 9;
    margin-top: auto;
    bottom: 0;
}

#video {
    width: 100%;
    height: 100%;
}

#transcript {
    height: calc(100% - 102px);
    top: 102px;
}

.videoplay {
    height: 100%;
}

button {
    border: none;
    background: none;
    outline: none;
}


/* LAYOUT
------------------------------------------------------- */

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
}

.izologo {
    position: absolute;
    right: 0;
    top: 15px;
    right: 32px;
}

.izologo {
    display: none !important;
}

.izologo img {
    width: 114px;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    font-family: 'Gotham';
}

#transcript {
    position: absolute;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    margin: 0 auto;
}

#transcript p span {
    display: none;
}

#transcript p span.highlight {
    display: block;
}

#video {
    width: 100%;
}

#transcript p {
    font-family: 'Gotham';
    font-size: 18px;
    line-height: 36px;
    margin: 20px;
}

.highlight {
    color: #ff9900;
}


/* VIDEO CONTROLS
------------------------------------------------------- */

#videoControls {
    position: absolute;
    top: 90%;
    left: 1.5%;
    right: 1.5%;
    padding: 5px;
}

#progress {
    width: 0%;
    position: absolute;
    top: -10px;
    -webkit-appearance: none;
    background-color: #00b2eb;
    height: 5px;
    z-index: 1;
    pointer-events: none;
}

#progressBar {
    width: 98.5%;
    position: absolute;
    top: -10px;
    right: 1%;
    -webkit-appearance: none;
    background-color: #6d6e6d;
    height: 5px;
    z-index: 0;
    border-radius: 50%;
}

#progressBar:focus {
    outline: none;
}

#progressBar::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 0;
    width: 0;
}

#progressBar::-moz-range-thumb {
    visibility: hidden !important;
}

#buttons {
    opacity: 0;
    transition: opacity .3s ease-out;
}

#videoContainer:hover #buttons {
    opacity: 1.0;
}

#duration,
#fastFwd {
    color: white;
    font-family: 'Gotham';
    font-size: 14px;
    position: relative;
    bottom: 5px;
    left: 5px;
}

#mute,
#closedCaption,
#fullScreen,
#volumeBar {
    float: right;
}

#volumeSlider {
    width: 60px;
    float: right;
}

.videos.cf.highlight {
    padding: 20px 0;
}

#volumeSlider::-webkit-slider-thumb {
    background-color: green;
    height: 10px;
    width: 10px;
}

.vblock_wrppr {
    float: left;
    width: 100%;
}

.videoblocks {
    display: block;
    float: left;
    width: 31%;
    margin: 0 1% 40px 1%;
    text-align: center;
}

.videoplay {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.video-p.hidevideo .videoplay {
    display: block;
}

.highlight a img,
.vid1vid a img {
    width: 100% !important;
}

.hide {
    color: transparent;
}


/*
.vid1vid a {
    float: left;
    width: 31%;
    margin: 0 1% 0 1%;
}
*/

.submenu-items {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.btn-mob {
    display: none;
}

.submenu-items .videoblocks {
    width: 31%;
    margin: 0 1% 10px 1%;
}

.videoplay-inner {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.videos {
    display: none;
    transition: .3s ease-in-out;
}

.videos.highlight {
    transition: .3s ease-in-out;
    margin: 0 auto;
}

.video-cover {
    text-align: center;
}

.video-cover {
    width: 100%;
    position: relative;
    -webkit-transform: translateY(0);
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
}

.video-cover:hover {
    /* box-shadow: 0px 0px 10px 0px #eb7a29; */
    opacity: 1;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}

canvas {
    position: relative;
}

video,
canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 732px;
    left: 0;
    right: 0;
}

video {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.videos.highlight {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.videos-child-element {
    margin: 0 auto;
    width: 800px;
}

.menus-items {
    float: left;
}

.mob {
    display: none;
}


/*
.video-cover:hover {
 background-image: url('../images/1-hover.png') !important; 
}
*/

.download-btn {
    right: 50px;
    padding-right: 0;
    height: 26px;
    position: absolute;
    z-index: 999;
    display: none;
    bottom: 90px;
}

.download-btn img {
    width: 160px;
}

.click {
    text-align: center;
    color: black;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-stretch: semi-expanded;
    padding-top: 0;
    padding-bottom: 25px;
    font-weight: 300;
}

.allsub {
    position: relative;
    height: 100%;
    width: 765px;
    margin: 0 auto;
}

.videobtn {
    display: none;
    position: absolute;
    z-index: 999;
}

.highlight a.videobtn img,
.vid1vid a.videobtn img {
    width: 160px;
}

.highlight a.videobtn,
.vid1vid a.videobtn.home {
    bottom: 126px;
    right: 50px;
    width: 160px;
}

.home-btn-video {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 85px;
    right: 50px;
    width: 160px;
}

.backbtn img {
    width: 101px;
    padding-top: 0;
}

.homebtn-main {
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.homebtn-main img {
    width: 41px;
    padding-top: 0;
}

.highlight a.videobtn.download {
    right: 45px;
    width: 40px;
}

.vid1vid a.videobtn.download {
    right: 45px;
    width: 40px;
    top: 30px;
}

.highlight a.download,
.vid1vid a.download {
    text-align: right;
}

.backbtn {
    display: none;
    cursor: pointer;
    float: right;
}

.box-main-wrppr {
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    width: calc(100% - 30px);
    margin-left: 0;
    background-color: rgba(231, 120, 38, 0.13);
    padding: 30px 15px;
}

.box-left-wrppr {
    float: left;
    margin-left: 20px;
    position: relative;
}

.box-right-wrppr {
    float: right;
    margin-right: 0;
    position: relative;
}

.linkcatgrs {
    float: right;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    margin-left: 10px;
    padding: 4px 15px;
    border-bottom: 4px solid transparent;
    font-weight: 300;
    margin-right: 20px;
}

.linkcatgrs.active {
    float: right;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    margin-left: 10px;
    padding: 4px 15px;
    border-bottom: 4px solid #ea7926;
    position: relative;
    font-weight: 500;
}


/* =========================================
   MEDIA QUERIES */

@media (max-width:1500px) {
    .videos-child-element {
        margin: 0 auto;
        width: 900px;
    }
}

@media (max-width:1340px) {
    .click {
        font-size: 27px;
    }
    .download-btn {
        bottom: 45px;
    }
    #wrapper {
        width: 100%;
    }
}

@media (max-width:1260px) {
    .video-cover {
        width: 175px;
    }
    #wrapper {
        width: 100%;
    }
    .videos-child-element {
        width: 700px;
    }
    .linkcatgrs {
        text-align: right;
        font-size: 13px !important;
        margin-right: 10px;
        padding: 4px 5px;
    }
}

@media (max-width:1100px) {
    .download-btn img {
        width: 140px;
    }
    /* .highlight a.videobtn img,
    .vid1vid a.videobtn img,
    .home-btn-video img {
        width: 140px;
    } */
    .video-cover {
        width: 145px;
        height: 145px;
    }
    .videoblocks {
        margin: 0 1% 25px 1%;
    }
    .click {
        font-size: 20px;
    }
    .izologo img {
        width: 85px;
    }
    /* .submenu-items {
        width: 410px;
    } */
    .submenu-items .videoblocks {
        margin: 0 auto 25px;
    }
    .backbtn img {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .box-main-wrppr {
        left: 0;
        margin-left: 0;
        padding: 20px 15px;
    }
    .video-cover:hover {
        border: none;
    }
    .videoblocks {
        width: 48%;
    }
    .videos-child-element {
        width: 600px;
    }
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    .video-cover {
        width: 275px;
        height: 75px;
        border-radius: 12px;
        border: none;
    }
    .videoblocks {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .highlight a.videobtn,
    .vid1vid a.videobtn.home {
        bottom: 119px;
        right: 50px;
    }
    /*
 #transcript {
    position: unset;
     }.download-btn {
    bottom: auto;
    top: -28px;
}.download-btn img {
    width: 106px;
}.videoplay {

    height: auto;

}.submenu-items {
    width: 300px;
    padding-top: 8px;
}.submenu-items {
    width: 285px;
    
}.submenu-items #submenu2 .videoblocks {
    padding-top: 5px;
}
.click {
     padding-bottom: 22px;
    color: #0e2b4d;
     padding-top: 17px;
}
	#transcript p {
		font-size: 14px;
		line-height: 24px;
	}

	#videoControls {
		top: 85%;
	}
*/
}

@media (max-width:880px) {
    .click {
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .menus-items {
        float: none;
    }
    .linkcatgrs {
        width: calc(100% - 130px);
        text-align: right;
        font-size: 13px !important;
        line-height: 21px !important;
        padding: 0 !important;
        padding-bottom: 2px !important;
        margin-bottom: 4px;
        border-bottom: 2px solid transparent !important;
    }
    .linkcatgrs.active {
        border-bottom: 2px solid #ea7926 !important;
    }
    .box-left-wrppr {
        float: right;
    }
    .box-right-wrppr {
        width: calc(100% - 80px);
    }
    .backbtn {
        float: left;
    }
    .menus-items {
        padding-left: 61px;
        text-align: right;
    }
    .menus-items {
        padding-left: 61px;
    }
    .linkcatgrs {
        width: auto;
        text-align: right;
        font-size: 13px !important;
        line-height: 21px !important;
        padding: 0 !important;
        padding-bottom: 0px;
        padding-bottom: 2px !important;
        margin-bottom: 0px;
        border-bottom: 2px solid transparent !important;
        float: none;
        display: inline-block;
        text-align: center;
        margin-left: 4px;
        margin-right: 4px;
    }
    .homebtn-main img {
        width: 23px;
        padding-top: 0;
    }
    .linkcatgrs.active {
        float: none;
        color: #ffffff;
        text-decoration: none;
        font-size: 20px;
        line-height: 28px;
        margin-left: 4px;
        padding: 4px 15px;
        border-bottom: 4px solid #ea7926;
        position: relative;
        font-weight: 500;
    }
    #transcript {
        height: auto;
        top: 0;
    }
    .box-left-wrppr {
        float: left;
        margin-left: 5px;
        position: absolute;
        top: 17px;
        left: 46px;
    }
    .backbtn.submenuopen {
        margin-top: 6px;
    }
    .box-main-wrppr {
        padding: 12px 15px;
    }
    .backbtn img {
        width: 20px;
        padding-top: 0;
    }
    .btn-desk {
        display: none;
    }
    .btn-mob {
        display: block;
    }
    .box-right-wrppr {
        margin-right: 0;
        width: calc(100% - 5px);
    }
    #transcript {
        padding-top: 100px;
    }
    .box-main-wrppr {
        position: absolute;
    }
}

@media (max-width:740px) {
    .download-btn {
        right: 0;
        padding-right: 9px;
    }
    .highlight a.videobtn,
    .vid1vid a.videobtn.home,
    .home-btn-video {
        right: 0;
        padding-right: 9px;
    }
}

@media (max-width:680px) {
    .click {
        text-align: center;
        padding-left: 0;
        padding-bottom: 30px;
        padding-top: 0px;
    }
    #transcript {
        padding-bottom: 0;
        padding-top: 100px;
    }
    .izologo img {
        width: 60px;
    }
    .izologo {
        top: 11px;
    }
    .submenu-items {
        width: 100%;
    }
    /* .highlight a.videobtn img,
    .vid1vid a.videobtn img {
        width: 140px;
    } */
    .download-btn img {
        width: 140px;
    }
}

@media (max-width:600px) {
    .homebtn-main {
        margin-right: 10px;
        margin-top: 0;
    }
    .video-cover {
        width: 280px;
        height: 77px;
    }
    .videoblocks {
        width: 100% !important;
    }
    .videos-child-element {
        width: 290px;
    }
    .videoblocks {
        margin: 0 0% 25px 0%;
    }
    .video-cover:hover {
        border: none;
    }
    .submenu-items .videoblocks {
        margin: 0 auto 15px;
        width: 100%;
    }
}

#videoContainer .video-js.introvideo-dimensions {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#transcript.home-pg {
    height: 100%;
    top: 0;
    padding-top: 25px;
}

.plyr--video,
.plyr__video-wrapper {
    height: 100% !important;
    background: transparent;
}

.plyr audio,
.plyr video {
    height: 100%;
}

.video-p>.plyr--video {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.img.maintab:hover {
    transition: .2s;
}

@media (max-width:480px) {
    .menus-items {
        padding-left: 38px;
    }
    .box-main-wrppr {
        padding: 12px 12px;
    }
    .box-left-wrppr {
        left: 34px;
    }
    .linkcatgrs.active {
        margin-left: 2px;
    }
    .linkcatgrs {
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-main-wrppr {
        width: calc(100% - 25px);
    }
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #d16c2a !important;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(209, 108, 42, 0.5) !important;
}

.plyr--full-ui input[type=range] {
    color: #d16c2a !important;
}

.plyr__control--overlaid {
    background: rgba(209, 108, 42, 0.5) !important;
}

.videoblocks a {
    cursor: pointer;
}

html {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body.main-page {
    overflow: hidden;
    background-color: #000;
}

#svgContainer {
    max-width: 100%;
    max-height: 100%;
    background-color: #1E1C26;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.top-box-contr {
    position: relative;
    z-index: 1;
}

.mid-box-contr {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    display: block;
    margin-top: 0;
}

.logo-contr {
    width: 43%;
    margin: 0px auto 35px auto;
    position: relative;
    padding-top: 55px;
}

.hdg_text {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    color: #0d0d0d;
    font-family: 'Gotham';
    font-weight: 500;
}

.watch_button_cntr {
    text-align: center;
    margin: 48px 20px;
}

.watch_button_anhr {
    background-color: #09bddd;
    padding: 15px 25px;
    border-radius: 30px;
    color: #ffffff;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gotham';
    text-decoration: none;
    -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.watch_button_anhr:hover {
    background-color: #2bd8f7;
    color: #ffffff;
    text-decoration: none;
}

.watch_button_anhr img {
    width: 15px;
    margin-left: 7px;
    margin-bottom: -3px;
}

.pillar-div {
    text-align: center;
}

.pillar-div a {
    float: left;
    width: 100%;
    min-width: 190px;
    min-height: 320px;
}

.plr1 {
    position: absolute;
    left: 11%;
    top: 115px;
    z-index: 1;
    width: 190px;
}

.plr2 {
    position: absolute;
    left: 22%;
    top: 150px;
    z-index: 1;
    width: 280px;
}

.plr3 {
    position: absolute;
    left: 39%;
    top: 170px;
    z-index: 1;
    width: 240px;
}

.plr4 {
    position: absolute;
    right: 33%;
    top: 170px;
    z-index: 1;
    width: 260px;
}

.plr5 {
    position: absolute;
    right: 20%;
    top: 170px;
    z-index: 1;
    width: 250px;
}

.plr6 {
    position: absolute;
    right: 11%;
    top: 115px;
    z-index: 1;
    width: 190px;
}


/* 
.pillar-div a:hover img {
    display: none;
} */


/* .pillar-div a {
} */

.pillar-div.plr1 a:hover {
    background-image: url('../images/pillar_ani.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -115px;
    background-size: 190px;
    padding-top: 0;
    margin-top: -105px;
    margin-left: 0;
    padding-bottom: 120px;
}

.pillar-div.plr2 a:hover {
    background-image: url('../images/pillar_ani.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -100px;
    background-size: 190px;
    padding-top: 0;
    margin-top: -115px;
    margin-left: 0;
    padding-bottom: 120px;
}

.pillar-div.plr3 a:hover {
    background-image: url('../images/pillar_ani.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -115px;
    background-size: 190px;
    padding-top: 0;
    margin-top: -105px;
    margin-left: 0;
    padding-bottom: 120px;
}

.pillar-div.plr4 a:hover {
    background-image: url('../images/pillar_ani.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -115px;
    background-size: 190px;
    padding-top: 0;
    margin-top: -105px;
    margin-left: 0;
    padding-bottom: 120px;
}

.pillar-div.plr5 a:hover {
    background-image: url('../images/pillar_ani.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -130px;
    background-size: 190px;
    padding-top: 0;
    margin-top: -105px;
    margin-left: 0;
    padding-bottom: 120px;
}

.pillar-div.plr6 a:hover {
    background-image: url('../images/pillar_ani.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -115px;
    background-size: 190px;
    padding-top: 0;
    margin-top: -105px;
    margin-left: 0;
    padding-bottom: 120px;
}

.homebtn {
    position: absolute;
    z-index: 999;
    left: 30px;
    top: 30px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.42);
    cursor: pointer;
}

.homebtn img {
    width: 30px;
}

.videowrppr {
    z-index: 9;
    position: relative;
    width: 100%;
    height: 100%;
}

.pillar_def {
    background-image: url('../images/pillar_def.svg');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -60px;
    background-size: 200px;
    height: 270px;
}

.pillar-div a:hover .pillar_def {
    background-image: none !important;
}

@media (max-width:1800px) {
    .mid-box-contr {
        margin-top: -70px;
    }
    .pillar-div a img {
        width: 80%;
    }
    .pillar-div a {
        width: 100%;
        text-align: center;
    }
    .plr1 {
        left: 10%;
    }
    .plr2 {
        left: 21%;
    }
    .plr3 {
        left: 36%;
    }
    .plr4 {
        right: 30%;
    }
    .plr5 {
        right: 18%;
    }
    .plr6 {
        right: 10%;
    }
    .pillar-div.plr1 a:hover {
        background-position: center -145px;
        margin-top: -105px;
        padding-bottom: 120px;
    }
    .pillar-div.plr2 a:hover {
        background-position: center -130px;
        margin-top: -115px;
        padding-bottom: 120px;
    }
    .pillar-div.plr3 a:hover {
        background-position: center -145px;
        margin-top: -105px;
        padding-bottom: 120px;
    }
    .pillar-div.plr4 a:hover {
        background-position: center -145px;
        margin-top: -105px;
        padding-bottom: 120px;
    }
    .pillar-div.plr5 a:hover {
        background-position: center -160px;
        margin-top: -105px;
        padding-bottom: 120px;
    }
    .pillar-div.plr6 a:hover {
        background-position: center -145px;
        margin-top: -105px;
        padding-bottom: 120px;
    }
}

@media (max-width:1400px) {
    .mid-box-contr {
        margin-top: -80px;
    }
    .pillar-div a img {
        width: 80%;
    }
    .plr1 {
        left: 5%;
    }
    .plr2 {
        left: 15%;
    }
    .plr3 {
        left: 33%;
    }
    .plr4 {
        right: 28%;
    }
    .plr5 {
        right: 15%;
    }
    .plr6 {
        right: 5%;
    }
}

@media (max-width:1200px) {
    .mid-box-contr {
        margin-top: -80px;
    }
    .pillar-div a img {
        width: 70%;
    }
    .pillar-div a:hover {
        background-size: 65% !important;
    }
}

.plyr audio,
.plyr video {
    max-height: 100% !important;
}

body.main-page #svgContainer svg {
    height: auto !important;
}

#svgContainer svg .jpg {
    opacity: 1 !important;
}

.pillar-div a .txt_btn {
    display: none;
}

@media (max-width:1400px) {
    body.main-page {
        background-color: #154875 !important;
        overflow: auto;
        background-image: url('../images/1.jpg');
        background-position: center top;
        background-size: cover;
    }
    .hdg_text {
        font-size: 24px;
    }
    #svgContainer {
        display: none !important;
    }
    .pillar_def {
        display: none !important;
        height: auto !important;
    }
    .pillar-div a {
        min-height: 40px !important;
        min-width: 100px !important;
        background-color: rgba(9, 189, 221, 0.7);
        padding: 15px 0 10px 0 !important;
        border-radius: 10px;
        text-decoration: none;
    }
    .mid-box-contr {
        margin-top: 150px !important;
    }
    .pillar-div {
        text-align: center;
        top: 0 !important;
        padding: 20px 20px 0px 20px;
        width: calc(33.3% - 40px) !important;
        height: auto !important;
        position: relative !important;
        float: left;
        left: 0 !important;
        right: 0 !important;
        /* min-height: 130px; */
        display: table-cell;
        margin-left: 0;
    }
    .pillar-div a img {
        width: auto !important;
        max-height: 120px !important;
        display: none;
    }
    .pillar-div a:hover {
        background-image: none !important;
        margin-top: 0 !important;
        padding: 15px 0 10px 0 !important;
        background-color: rgba(9, 189, 221, 0.83);
        border-radius: 10px;
        text-decoration: none;
    }
    .plyr audio,
    .plyr video {
        height: 100% !important;
    }
    .pillar-div a .txt_btn {
        display: block;
        font-family: 'Gotham';
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
    }
}

@media (max-width:730px) {
    .homebtn {
        left: 10px;
        top: 10px;
    }
    .pillar-div {
        text-align: center;
        top: 0 !important;
        padding: 10px 10px;
        width: calc(50% - 20px) !important;
        height: auto !important;
        position: relative !important;
        float: left;
        left: 0 !important;
        right: 0 !important;
        min-height: 40px;
        display: table-cell;
        margin-left: 0;
    }
    .pillar-div a img {
        width: auto !important;
        max-height: 110px !important;
    }
    .logo-contr {
        width: 70%;
    }
    .hdg_text {
        font-size: 21px;
    }
    .watch_button_anhr {
        padding: 12px 20px;
    }
    .watch_button_cntr {
        margin: 35px 20px 50px 20px;
    }
    .pillar-div a .txt_btn {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .pillar-div {
        text-align: center;
        top: 0 !important;
        padding: 5px 10px;
        width: calc(50% - 20px) !important;
        height: auto !important;
        position: relative !important;
        float: left;
        left: 0 !important;
        right: 0 !important;
        display: table-cell;
        margin-left: 0;
    }
    .pillar-div a img {
        width: auto !important;
        max-height: 70px !important;
    }
    .hdg_text {
        font-size: 16px;
    }
    .mid-box-contr {
        margin-top: 70px !important;
    }
}