﻿.tcxn-image-block__inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    height: auto !important;
}

.tcxn-image-block__content {
    padding: 70px;
    order: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tcxn-image-block__button {
    margin-top: 20px;
}


.tcxn-image-block__image {
    background-position: 50% 50%;
    background-size: cover;
    order: 15;
}

.tcxn-image-block.image-left .tcxn-image-block__image {
    order: 5;
}

.tcxn-image-block.image-hero {
    text-align: center;
}

.tcxn-image-block.image-hero .tcxn-image-block__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    z-index: -1;
}

.tcxn-image-block .tcxn-image-block__video {
    height: 100%;
    position: relative;
}

.tcxn-image-block .tcxn-image-block__video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.tcxn-image-block.image-top {
    flex-direction: column;
}

.tcxn-image-block.image-top .tcxn-image-block__content {
    position: static;
}

.tcxn-image-block.image-top .tcxn-image-block__image {
    padding-bottom: 60%;
    order: 5;
}

.tcxn-image-block__icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5fafe;
}

.tcxn-image-block__icon i {
    font-size: 100px;
    color: #00ace7;
}

@media (max-width: 768px) {
    .tcxn-image-block .tcxn-image-block__inner {
        height: auto !important;
    }

    .tcxn-image-block__image {
        order: 5;
        min-height: 250px;
    }

    .tcxn-image-block__content {
        padding: 40px;
        position: static;
    }
}
