.ip-custom-banner.main{
    display: none !important;
}

#ip-videos {
    letter-spacing: normal;
    line-height: 1;
    overflow: hidden;
}

#inner-page-wrapper > .container {
    width: 100%;
}

.ip-banner-wrap {
    display: none;
}

.custom-container {
    padding: 0 15px;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto; 
    position: relative;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {

    .custom-container {
        padding: 0 0.938vw;
        max-width: 83.125vw;
    }

    .ip-custom-banner {
        padding: 1.250vw;
    }

    .ip-custom-banner-title {
        padding: 0 0.938vw;
        font-size: 4.438vw;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .ip-custom-banner {
        padding: 15px;
    }

    .ip-custom-banner-img canvas {
        min-height: 250px;
    }

    .ip-custom-banner-title {
        top: 50%;
        font-size: 35px;
    }
}