@charset "UTF-8";
.pgh img {
    vertical-align: baseline;
}

.pgh .container-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.pgh .container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
  ++insert-video
========================================*/
.pgh #insert-video table {
    text-align: center;
    margin: auto;
}
@media screen and (max-width: 926px) {
.pgh #insert-video table tr td:nth-of-type(1){
    width: 75%; 
 }
 .pgh #insert-video table tr td:nth-of-type(2){
    width: 25%; 
 }
.pgh #insert-video iframe{
    width: 100%;
 }
.pgh #insert-video canvas{
    width: 100%;
 }
}

/*END====================================*/