
.fancybox-title-float-wrap .child {
    background-color: #FF3048;
}

.fancybox-bg{
    background: rgba(139, 160, 188, 0.8);
}

.fancybox-content{
    border-radius: 4px;    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-iframe{
    padding: 15px !important;
}

.fancybox-button{
    top: -15px;
    right: -15px;
    background: black;
    border-radius: 50%;
    border: 2px solid white;
    height: 30px;
    width: 30px;
    padding: 0;
}

.fancybox-caption{
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 5px;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption:before {
    display: none;
}

.fancybox-caption .inner {
    background: #FF3048;
    margin: 0 auto;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 20px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
}