﻿.giftHome {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .giftHome .btnWrapper {
        position: absolute;
        width: calc(100% - 2rem);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(76, 76, 76, 0.5);
        z-index: 9;
        transition: all .3s ease-out;
    }

        .giftHome .btnWrapper span {
            position: absolute;
            width: 60px;
            height: 60px;
            max-width: 100%;
        }

        .giftHome .btnWrapper.play {
            opacity: 0;
        }

            .giftHome .btnWrapper.play .playBtn {
                opacity: 0;
                z-index: -1;
            }

    .giftHome img {
        max-width: 100%;
    }

.embed-responsive {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
