/*---------------------------
         Video 
-----------------------------*/
.sam.embed.video{
    position: relative;
    display: block;
    width: 100%;
    &::before {
        display: block;
        content: "";
    }
    &.ratio16by9::before {
        padding-top: 56.25%;
    }
    iframe{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}