﻿.embedded-vimeo-thumbnail:hover
{
    cursor: pointer;
}
.embedded-vimeo-preview .embedded-vimeo-play
{
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 60px);
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-image: url("../image/play.svg");
    background-color: rgba(255,255,255,.7);
    border: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.embedded-vimeo-preview .embedded-vimeo-play:hover
{
    cursor: pointer;
    transform: scale(1.06);
}
@media(max-width: 768px)
{
    .embedded-vimeo-preview .embedded-vimeo-play
    {
        top: calc(50% - 50px);
        left: calc(50% - 45px);
        width: 110px;
        height: 110px;
    }
}
@media(max-width: 576px)
{
    .embedded-vimeo-preview .embedded-vimeo-play
    {
        top: calc(50% - 35px);
        left: calc(50% - 30px);
        width: 75px;
        height: 75px;
    }
}
.embedded-vimeo-preview.embed-responsive .embedded-vimeo-thumbnail
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embedded-vimeo-dialog.ui-dialog
{
    padding: 0;
}
.embedded-vimeo-dialog.ui-dialog .ui-dialog-content
{
    padding: 0;
}