﻿.vimeo-bg {
background-attachment: scroll;
background-image: url(../img/frame.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
max-width: 280px;
max-height: 171px;
padding-top: 8px;
padding-bottom: 8px;
transition: all 0.6s ease-out;
}

.vimeo-iframe {
width: 264px;
height: 155px;
transition: all 0.5s ease-out;
}

@media print, screen and (min-width: 622px) {
.vimeo-bg {
max-width: 600px;
max-height: 365px;
padding-top: 17px;
padding-bottom: 17px;
}

.vimeo-iframe {
width: 566px;
height: 331px;
}
}

@media print, screen and (min-width: 1036px) {
.vimeo-bg {
max-width: 1036px;
max-height: 659px;
padding-top: 28px;
padding-bottom: 22px;
}

.vimeo-iframe {
width: 980px;
height: 575px;
}
}