/*******************************************************
 *
 * Videos Details
 *
 *******************************************************/



#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.img-canvas {
    position: relative;
}
.img-canvas canvas {
    display: block;
    width: 100%;
    height: auto;
}
.img-canvas img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ip-vv2-det-wrap {
    padding: 0 20px;
    background: linear-gradient(180deg, #fcb53b, transparent);
}
.ip-vv2-det-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 0;
}
.ip-vv2-det-title {
    padding-bottom: 20px;
}
.ip-vv2-det-title h2 {
    font-style: italic;
    font-size: 51px;
    font-family: var(--font-title);
    font-weight: 600;
    line-height: 1.5;
}
.ip-vv2-det-video a {
    display: block;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.ip-vv2-det-video a i {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}
.ip-vv2-det-video-holder {
   position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 10px;
}

.ip-vv2-det-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ip-vv2-det-desc p {
    margin: 25px 0;
}
.ip-vv2-det-desc p, .ip-vv2-det-desc ul li {
    font-size: 19px;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 1.7;
}
.ip-vv2-det-desc ul li {
    position: relative;
    padding-left: 30px;
}

.ip-vv2-det-desc ul li:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 15px;
    border: 3px solid green;
    left: 0;
    top: 7px;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}

.ip-vv2-det-desc .addtoany_list {
    display: none;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.ip-vv2-det-title h2 {
        font-size: 35px;
    }

    .ip-vv2-det-desc p, .ip-vv2-det-desc ul li {
        font-size: 14px;
    }
    .ip-vv2-det-desc ul li:before {
        top: 3px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-vv2-det-title h2 {
        font-size: 27px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
