div.snackbarHidden {
    visibility: hidden;
}

div.snackbarShow {
    visibility: visible;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 65%;
    bottom: 20px;
    opacity: 0.5;
    font-size: 17px;
}

.photoWraper {
    position: relative
    width: calc(100% - 10px);
    margin: -60px 0px 0px 0px;
}

.iframeWrap{
    height: 0;
    padding-bottom: 62.5%;
}

iframe {
    position: absolute;
    top: 35;
    left: 0;
}