28 lines
447 B
CSS
28 lines
447 B
CSS
.rtl .interactive-card .close-me {
|
|
left: 15px;
|
|
right: unset !important;
|
|
}
|
|
|
|
.interactive-card {
|
|
height: 600px;
|
|
}
|
|
|
|
.interactive-card.eael-vimeo-content {
|
|
height: 650px;
|
|
}
|
|
|
|
.eael-vimeo-conatiner {
|
|
position: relative;
|
|
padding-bottom: 56.25%; /* 16:9 aspect ratio (h/w * 100) */
|
|
height: auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.eael-vimeo-conatiner .eael-ic-vimeo-iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|