/*******************************************************
 *
 *  Multimedia and Video
 *
 *******************************************************/
#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#ip-multimedia-video {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-mv-cc-bg canvas {
    opacity: .50;
}

.ip-mv-cc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
}

.ip-mv-cc-container {
    display: block;
    position: relative;
    padding: 98px 0 109px;
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-mv-cc-box {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.custom-container {
    width: 100%;
    max-width: 1247px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.ip-mv-cc-content {
    display: block;
    position: relative;
    padding: 0 100px;
    z-index: 5;
}

.ip-mv-cc-content h2 {
    font-size: 40px;
    color: var(--secondary-color);
    line-height: 1;
    display: block;
    margin-bottom: 24px;
    font-family: var(--title-font);
    font-weight: 400;
}

.ip-mv-cc-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}

.ip-mv-cc-inner {
    display: block;
    position: relative;
    padding: 45px 0;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    z-index: 44;
}

.ip-mv-cc-inner:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: calc(100% - 36px);
    height: calc(100% + 36px);
    border: 1px solid rgba(158, 124, 105, .50);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eae4d9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    /* IE6-9 */
}

.ip-mv-cc-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(158, 124, 105, .50);
}

.ip-mv-cc-content p a {
    color: #b79582;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: underline;
}

.ip-mv-cc-content p a:hover {
    color: #ed643c;
}

.ip-mv-cc-content p a:hover {
    color: var(--secondary-color);
}

.ip-mv-cc-content-row {
    display: block;
    position: relative;
    margin: 0 -45px;
}

.ip-mv-cc-content-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    padding: 0 45px;
}

.ip-mv-video-holder, .ip-mv-video-holder a {
    display: block;
    position: relative;
}

.ip-mv-video-holder a:hover .ip-mv-video-placeholder canvas {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ip-mv-video-placeholder {
    display: block;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.ip-mv-video-placeholder canvas {
    display: block;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 230px;
}

.ip-mv-video-placeholder:before, .ip-mv-video-placeholder:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 10px;
    border: 1px solid #fff;
    z-index: 2;
}

.ip-mv-video-placeholder:after {
    margin: 0 20px;
    top: 10px;
    bottom: 10px;
}

.ip-mv-video-holder a:hover .ip-mv-video-placeholder canvas {
    opacity: .70;
}

.ip-mv-cc-content-col:first-child {
    width: 54%;
}

.ip-mv-cc-content-col:last-child {
    width: 46%;
}

.ip-mv-video-placeholder span.ai-icon-youtube {
    background-image: url(../../images/multimedia-video/ai-youtube-icon.png);
    width: 81px;
    height: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*Pagination*/
.ip-pagination ul.pagination, .ip-pagination .pagination {
    font-size: 16px;
    margin: 0;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .disabled {
    pointer-events: none;
}

.ip-mv-video-content-holder {
    display: block;
    position: relative;
}

.ip-mv-video-content-inner {
    display: block;
    position: relative;
    padding: 21px;
    border: 1px solid #cfbfb6;
    border-top: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+33,eae4d9+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff),to(#eae4d9));
    background: -o-linear-gradient(top, #ffffff 33%,#eae4d9 100%);
    background: linear-gradient(to bottom, #ffffff 33%,#eae4d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.ip-mv-video-content-title {
    display: block;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e1d7d0;
}

.ip-mv-video-content-title h2 {
    font-size: 28px;
    line-height: 1;
    color: var(--secondary-color);
    font-family: var(--title-font);
    display: block;
}

.ip-mv-video-content-title h2 a {
    color: #b75438;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 298px;
    line-height: normal;
}

.ip-mv-video-content-title h2 a:hover {
    color: #f37753;
}

.ip-mv-video-content-title h2 span {
    font-size: 18px;
    line-height: 1;
    color: #58585b;
    display: block;
    font-family: var(--body-font);
    margin-top: 5px;
    font-weight: 300;
}

.ip-mv-gallery-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    position: relative;
    padding: 15px;
}

.ip-mv-video-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-mv-video-btn {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 1px);
    position: relative;
}

.ip-mv-video-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 39px;
    background-color: var(--primary-color);
    font-size: 12px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.100em;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--title-font);
}

.ip-mv-video-content-det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.ip-mv-video-content-det span {
    font-size: 18px;
    color: #58585b;
    line-height: 1;
    font-weight: 300;
}

.ip-mv-video-btn a:hover {
    background-color: var(--secondary-color);
}

.ip-mv-gallery-list {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.ip-mv-gallery-container .custom-container {
    max-width: 1498px;
}

.ip-mv-gallery-container {
    display: block;
    position: relative;
    padding: 87px 0;
}

.ip-mv-gallery-container.is-inline {
    padding: 42px 0 42px;
}

.ip-mv-gallery-container.sold-property-videos {
    padding: 84px 0 42px;
}

.ip-mv-gallery-container.state-videos {
    padding: 42px 0 87px;
}

.ip-mv-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
}

.ip-mv-gallery-main {
    position: relative;
    display: block;
    z-index: 5;
}

.ip-mv-gallery-bg canvas {
    opacity: .20;
}

.ip-mv-gallery-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+17,0+52,0.75+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(17%, rgba(255,255,255,1)),color-stop(52%, rgba(255,255,255,0)),to(rgba(255,255,255,0.75)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,0) 52%,rgba(255,255,255,0.75) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,0) 52%,rgba(255,255,255,0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfffffff',GradientType=0 );
    /* IE6-9 */
}

.ip-mv-video-btn a em.ai-icon-video {
    background-image: url(../../images/multimedia-video/ai-video-icon.png);
    width: 15px;
    height: 12px;
}

.ip-mv-video-btn a em.ai-icon-download {
    background-image: url(../../images/multimedia-video/ai-download-icon.png);
    width: 13px;
    height: 13px;
}

.ip-mv-gallery-title {
    display: block;
    position: relative;
    margin-bottom: 22px;
    text-align: center;
}

.ip-mv-gallery-title h2 {
    display: inline-block;
    position: relative;
    font-size: 45px;
    color: var(--secondary-color);
    font-family: var(--title-font);
    line-height: 1;
}

.ip-mv-gallery-title h2:before, .ip-mv-gallery-title h2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% + 40px);
    width: 100vw;
    height: 1px;
    background-color: #cebdb4;
    pointer-events: none;
}

.ip-mv-gallery-title h2:after {
    left: auto;
    right: calc(100% + 40px);
}

.ip-mv-video-btn a em {
    margin-right: 5px;
}


/*Popup*/
.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .aios-popup-body {
    background: transparent;
    width: 100%;
    min-height: 0;
    max-width: 800px;
    padding: 0;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 15px auto 0;
    border: 2px solid #790000!important;
    padding: 7px 0;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .wpcf7 form.sent .wpcf7-response-output {
    display: none!important;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .aios-popup-body .aiosp-close {
    top: 10px;
    right: 10px;
}

.aiosp-ready .property-popup {
    display: block;
}

.property-popup {
    position: relative;
    border: 10px solid #f2efea;
    background: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    height: auto;
    display: none;
}

.property-popup h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeece1;
    text-align: center;
    font-family: var(--title-font);
    color: #392f2c;
    font-size: 24px;
}

.brochure-form-field {
    display: block;
    position: relative;
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
}

.brochure-form-field label {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #392f2c;
    font-family: var(--title-font);
    margin-bottom: 10px;
}

.brochure-form-field input:not([type=submit]), .brochure-form-field select {
    width: 100%;
    height: 34px;
    border: 1px solid #9d7c68;
    padding: 0 10px;
    font-size: 13px;
    line-height: normal;
    color: #392f2c;
}

.brochure-form-widget {
    display: block;
    position: relative;
    margin: 0 auto;
}

.brochure-form-widget form {
    display: block;
    position: relative;
}

.brochure-form-field.form-submit {
    max-width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeece1;
}

.brochure-form-field.form-submit input[type=submit] {
    width: 100%;
    max-width: 75px;
    height: 30px;
    border: 1px solid #9d7c68;
    padding: 0;
    font-size: 15px;
    font-family: var(--title-font);
    background-color: transparent;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.brochure-form-field.form-submit input[type=submit]:hover {
    background-color: #431b08;
    border-color: #431b08;
    color: #fff;
}

.brochure-field-details {
    position: relative;
    display: none;
    padding: 0 15px;
}

.brochure-field-details form {
    display: block;
    position: relative;
}

.brochure-field-details form ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.brochure-field-details form ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin-bottom: 14px;
}

.brochure-field-details form ul li .brochure-form-field {
    max-width: 100%;
}

.brochure-field-details form ul li .brochure-form-field label {
    text-align: left;
    font-size: 12px;
    margin-bottom: 3px;
}

.brochure-field-details form .text-center {
    text-align: center;
    margin-bottom: 28px;
}

.brochure-field-details.active {
    display: block;
}

.brochure-form-control-btn button {
    width: 90px;
    max-width: 100%;
    height: 36px;
    border: 1px solid #9d7c68;
    padding: 0;
    font-size: 15px;
    font-family: var(--title-font);
    background-color: transparent;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.brochure-field-controls {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eeece1;
}

.brochure-form-control-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.brochure-field-details form .text-center p {
    font-size: 15px;
    line-height: 1;
    color: #392f2c;
    margin-bottom: 10px;
}

.brochure-form-control-btn button.submit-form {
    background-color: #431b08;
    border-color: #431b08;
    color: #fff;
}

.brochure-form-control-btn button.submit-form:hover {
    opacity: .75;
}

.brochure-form-control-btn button:hover {
    background-color: #431b08;
    border-color: #431b08;
    color: #fff;
}

.brochure-success-container {
    display: none;
    position: relative;
    padding: 10px 0 30px;
}

.brochure-success-container h2 {
    font-size: 15px;
    line-height: 1;
    color: #000;
    display: block;
    margin-bottom: 7px;
    text-align: center;
}

.brochure-success-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 219px;
    margin: 0 auto;
    height: 36px;
    color: #fff!important;
    background-color: #431b08;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 1;
}

.brochure-success-btn a:hover {
    opacity: .75;
}

.brochure-field-details form ul li .brochure-form-field label span {
    color: #790000;
    margin-left: 4px;
}

.brochure-field-details form .text-center p strong {
    font-size: 13px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-mv-gallery-container .custom-container {
        max-width: 1366px;
    }

    .ip-mv-video-btn a {
        font-size: 10px;
    }

    .ip-mv-video-content-inner {
        padding: 20px 15px;
    }

    .ip-mv-gallery-item {
        padding: 10px;
    }

    .ip-mv-gallery-list {
        margin: 0 -10px;
    }

    .ip-mv-video-content-title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1440px) {
    .custom-container {
        max-width: 1200px;
    }

    .ip-mv-cc-content {
        padding: 0 70px;
    }

    .ip-mv-cc-content-col {
        padding: 0 30px;
    }

    .ip-mv-cc-content-row {
        margin: 0 -30px;
    }

    .ip-mv-gallery-container .custom-container {
        max-width: 1280px;
    }

    .ip-mv-video-content-title h2 a {
        width: 267px;
    }

    .ip-mv-video-content-title h2 {
        font-size: 25px;
    }

    .ip-mv-video-content-det span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-mv-cc-content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1280px) {
    .custom-container {
        max-width: 1110px;
    }

    .ip-mv-video-content-title h2 {
        font-size: 23px;
    }

    .ip-mv-video-content-title h2 span {
        font-size: 16px;
    }

    .ip-mv-video-btn a {
        letter-spacing: normal;
    }

    .ip-mv-video-content-title h2 a {
        width: 245px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .custom-container {
        max-width: 940px;
    }

    .ip-mv-cc-content p {
        font-size: 16px;
    }

    .ip-mv-cc-content {
        padding: 0 50px;
    }

    .ip-mv-cc-content h2 {
        font-size: 33px;
        margin-bottom: 23px;
    }

    .ip-pagination ul.pagination li:nth-child(2) a {
        padding: 0 20px;
    }

    .ip-pagination ul.pagination {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .ip-pagination ul.pagination li:first-child a, .ip-pagination ul.pagination li:last-child a {
        width: 45px;
    }

    .ip-mv-cc-content-col {
        padding: 0 15px;
    }

    .ip-mv-cc-content-row {
        margin: 0 -15px;
    }

    .ip-mv-gallery-item {
        padding: 5px;
    }

    .ip-mv-gallery-list {
        margin: 0 -5px;
    }

    .ip-mv-video-content-inner {
        padding: 20px 10px;
    }

    .ip-mv-video-content-det span {
        font-size: 14px;
    }

    .ip-mv-video-content-title h2 a {
    }

    .ip-mv-video-content-title h2 {
        font-size: 19px;
    }

    .ip-mv-video-content-title h2 span {
        font-size: 15px;
    }

    .ip-mv-video-placeholder span.ai-icon-youtube {
        width: 70px;
        height: 50px;
    }

    .ip-mv-video-placeholder canvas {
        min-height: 220px;
    }

    .ip-mv-video-btn a {
        font-size: 9px;
    }

    .ip-mv-gallery-container.sold-property-videos {
        padding: 60px 0 40px;
    }

    .ip-mv-gallery-title h2 {
        font-size: 40px;
    }

    .ip-mv-gallery-container {
        padding: 70px 0;
    }

    .ip-mv-video-content-title h2 a {
        width: 211px;
    }

    .ip-mv-gallery-container .custom-container {
        max-width: 992px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-mv-cc-content {
        padding: 0 43px;
        text-align: center;
    }

    .ip-mv-cc-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .ip-mv-cc-content h2 {
        font-size: 30px;
    }

    .ip-mv-cc-inner {
        padding: 60px 0;
    }

    .ip-mv-cc-box {
        margin: 0;
    }

    .ip-mv-cc-content ul, .ip-mv-cc-content ol {
        text-align: left;
    }

    .ip-mv-gallery-item {
        width: calc(100% / 2);
        position: relative;
    }

    .ip-mv-gallery-list {
        margin: 0 auto;
        width: 100%;
        max-width: 688px;
    }

    .ip-mv-video-content-title h2 a {
        width: 290px;
    }

    .ip-mv-cc-content-col {
        width: 100%!important;
        padding: 0;
    }

    .ip-mv-cc-content-row {
        margin: 0;
    }

    .ip-mv-cc-content-col:not(:last-child) {
        margin-bottom: 25px;
    }

    .ip-mv-video-holder {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
    }

    .ip-mv-gallery-container.state-videos {
        padding: 40px 0 60px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-mv-cc-container {
        padding: 60px 0;
    }

    .ip-mv-cc-content {
        padding: 0 30px;
    }

    .ip-mv-cc-content p {
        line-height: 23px;
    }

    .ip-mv-gallery-item {
        width: 100%;
        display: block;
        padding: 0;
    }

    .ip-mv-gallery-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-mv-gallery-list {
        max-width: 344px;
    }

    .ip-mv-gallery-title h2:before, .ip-mv-gallery-title h2:after {
        opacity: 0;
    }

    .ip-mv-gallery-title h2 {
        font-size: 35px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-mv-video-content-title h2 a {
        width: 265px;
    }

    .ip-mv-gallery-container .custom-container {
        max-width: 320px;
    }
}


