a.vk {
    /*background-image: url("/assets/images/_ionicons_svg_logo-vk.svg")!important;*/
    text-decoration: none;
}

#sk-vk-icon {
    fill: white;
}

.filter-white{
    width: 70%;
    filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(350deg) brightness(103%) contrast(101%);
}

a.vk:hover {
    background-color: #0d6aad;
}


.section_banner .banner__ipad {
    width: 100%;
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.section_about .about__img_iphone {
    max-width: 100%;
}

.screenshots__carousel {
    max-height: 300px;
}
.owl-carousel .owl-item img {
    max-height: 300px;
    width: auto;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}