.sound-wrap {
    padding: 0px;
}

input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.YTPOverlay.raster {
    background: none !important;
}

.pc-iframe {
    background: #000;
    width: 100%;
    height: 100% !important;
    position: relative;
    padding-bottom: 42.49%;
}

.pc-iframe #myPlayer {
    position: absolute !important;
    height: 100% !important;
}

.pc-iframe iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
}

.parallax section {
    padding-top: 150px;
}

.mb-iframe {
    width: 100%;
    position: relative;
    padding-bottom: 42.35%;
}

.mb-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

*:focus {
    outline: none;
}

#customElement {
    background: none !important;
    border: none !important;
}

@media screen and (max-width : 992px) {
    .pc-iframe #myPlayer {
        margin-top: 70px !important;
    }

    .parallax section {
        padding-top: 80px;
    }
}

@media screen and (max-width : 752px) {
    .parallax section {
        padding-top: 1px;
    }
}