.video-wrapper {
    flex: 1;
}

.video, iframe {
    width: 100%;
    height: 100%;
}

.youtube_codegena .thumb {
    width: 100%;
    height: auto;
    max-width: unset;
}

.youtube_codegena .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 157px;
    height: 123px;
    margin-left: 0;
    margin-top: 0;
    background: url("/../images/img-video-play-button.png") no-repeat center;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gallery-wrapper .album-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gallery-wrapper .album-wrapper .album-item {
    display: flex;
    width: calc(25% - 20px);
    margin: 10px;
    background: #fff;
    overflow: hidden;
}

.gallery-wrapper .album-wrapper .album-item .image {
    content: "";
    padding-bottom: 70%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 300ms ease-in-out;
}