/*
Theme Name: Stockholm Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1.1
Text Domain: stockholm
Template: stockholm
*/


.iframe-twoclick {
    position: relative;
    margin-bottom: 10px;
}

.iframe-twoclick__placeholder {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.iframe-twoclick__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    padding: 50px;
    color: white ;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}

.iframe-twoclick__overlay p {
    color: white;
}

@media screen and (min-width: 768px) {
    .iframe-twoclick__overlay {
        padding: 50px;
    }
}

.iframe-twoclick__placeholder-text {
    max-width: 500px;
    font-size: 18px;
    line-height: 24px;
}


.swiper-pagination-horizontal {
    left: 0;
    right:0;
    --swiper-theme-color: #007aff;
}

.swiper-pagination-bullet {
    margin: 0 4px;
}
