.vip-box a{
    display: contents;
    font-size: 13px;
}
.vip-box table td{
    width: 50%;
}
.vip-box table td img{
    max-width: 100px;
}
.vip-logo{
    height: 62px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.vip-company{
    padding-top: 5px;
    font-weight: 500;
}
.list-unstyled{
    width: 100%;
}
.vip_title_content{
    text-align: center;
    color: white;
    margin: auto;
    padding: 15px;
}
.vip_title_content:hover{
    color: white;
}
.vip_title_div{
   background-image: url("/theme/default/img/enterprise-box-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vip_title_div a{
    text-decoration: none!important;
    width: 100%;
}
.vip_content{
    padding: 10px;
    background-color: rgb(243,243,243);

    min-height: 120px;
}
.vip_logo_div{
    margin: auto;
}
.flip-container {
    perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}



/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    transform-origin: 100% 35px; /* half of height */
}

.vertical.flip-container:hover .flipper {
    transform: rotateX(-180deg);
}
.flip-container .flipper .front .p_box_img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flipper,.front,.back{
    width: 100%;
    height: 100%;
}
.enterprise-company{
    word-break: break-all;
}
.flip-container{
    height: 100%;
}
.back{
    position: absolute;
}
.vip-item {
    margin:auto;
}
@media only screen and (max-width:768px){
    .vip-item {
        margin-bottom: .5rem !important;
    }
}
.vip-jobs a:hover{
    color: #4273a6;
}
.flip-card-img-div{
    display: flex;
    width: 100%;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    background-color: white;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d3d3d3a6;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17);

}
.flip-card-front .flip-card-img-div.default-vip-logo{
    background-image: url('https://allasorias.hu/theme/default/img/blue-baba-120x120.png');
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
    background-repeat: no-repeat;
}
.flip-card img{
    float: left;
    margin: auto;
    width: 100%;
    height: auto;
}
.flip-card-front-text{
    display: flex;
    height: 100%;
}
.flip-card-front .m-auto{
    height: 100%;
    display: flex;
}
.flip-card{
    position: relative;
    width: 100%;
    height: 100%;
}
.flip-card-front,.flip-card-back{
    transition: transform 0.6s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    word-break: break-word;
    width: 100%;
    height: 100%;
}
.flip-card-back{
    transform: rotateX(-180deg);
    position:absolute;
    display: flex;
}
.flip-card:hover .flip-card-front{
    transform: rotateX(180deg);
}
.flip-card:hover .flip-card-back{
    transform: rotateX(0deg);
    font-weight: 400!important;
}
.vip-jobs{
    padding: 10px;
}
.flip-card-front-text h3 {
    font-size: 17px;
    font-weight: 400;
    margin: auto 0;
}
.flip-card-back p{
    font-size: 17px;
    font-weight: 400!important;
}
@media only screen and (max-width: 767px){
    .vip-jobs {
        border-bottom: 1px solid #e0d3d3;
    }
    .vip_content .vip-jobs:last-child{
        border-bottom: none;
    }
    .flip-card-back{
        transform: rotateX(0deg);
        position: absolute;
        width: auto;
        height: auto;
        margin-bottom: 10px;
        left: 130px;
    }
    .flip-card:hover .flip-card-front,.flip-card:hover .flip-card-back{
        transform: rotateX(0deg);
        transition:none;
    }
    .list-unstyled{
        width:initial;
    }
    .flip-card-front-text h3{
        margin: initial;
        margin-top: auto;
        font-size: 15px;
    }
    .flip-card-back p{
        font-size: 15px;
    }
}