﻿/* Flexible iFrame */

.flex-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flex-map-container iframe,   
.flex-map-container object,  
.flex-map-container embed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.staffname
{
    font-size: 1.3em;
    font-weight: bold;
}

.AvailStaff
{
    margin-top: 1em;
}

.staffnameSm
{
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 2px;
}

.showcasename
{
    font-size: 1.3em;
    font-weight: bold;
}

.scthumb {
    text-align: center;
    height: 300px;
}

#socialicons
{
    margin-top: 20px;
}

@media (max-width: 992px) {
.imgDeco 
{
    margin-top: 20px;
    margin-left: 20px;
    max-width: 90%
}
}