/* CSS Document *//* CSS Document */
.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnails-inner div a.p-thumbnail-video {
    position: relative;
    float: left;
    max-width: 100%;
    margin-left: -1px;
    width: 100px;
    height: 100px;
}

.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnails-inner div a.p-thumbnail-video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnails-inner div a.p-thumbnail-video .play {
    width: 100%;
    height: 100%;
    background: url(./play-orig.png) no-repeat center center;
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnails-inner div a.p-thumbnail-video:hover .play {
    background-image: url(./play.png);
}


.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnail-video:before {
    content: '';
    position: absolute;
    border-radius: 0;
    background-color: transparent;
    transition: background-color 0.3s ease-out;
}


.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnails-horizontal .p-thumbnail-video:before {
    top: 1px;
    width: 100%;
    height: 2px;
}

.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnail-video.highlighted:before,
.type-product .p-detail-inner .p-thumbnails-wrapper .p-thumbnail-video:hover:before {
    background-color: #34a045;
}

.type-product .p-detail-inner .p-image iframe {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 60;
    border: 0;
}

#cboxLoadedContent iframe {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    position: relative;
    z-index: 100;
}