﻿/* *
 * FC Instagram - Development FCV Team
  * Website: https://foodconnection.vn
 * Since: 2019-11
 * Version: v2.0.0
 * */

.ybc_instagram {
    background-color: #FFFFF0 !important;
}
.block_instagram {
    background-color: #FFFFF0 !important;
}
.instagramm_title{
    text-align: center;
    margin: 0px auto 30px;
    font-size: 30px;
    font-weight: bold;
}

/* BEGIN - MEDIUM */
.instagram-gallery-medium {
    width: 1190px;
    margin: auto;
    justify-content: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.instagram-gallery-medium > a {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 5px;

    transition: all 0.3s;
}

.instagram-gallery-medium > a:hover{
    transform: translateY(-4px)
}

.instagram-gallery-medium > a > video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .instagram-gallery-medium {
        width: 320px;
    }

    .instagram-gallery-medium > a {
        width: 100px;
        height: 100px;
        margin: 2px;
    }
}

/* END - MEDIUM */