           .youtube{
            position: relative;
            width: 560px;
            height:auto;
            cursor: pointer;
            }

            .youtube img{
            width: 100%;
            }

            .play{
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            width:80px;
            height:80px;
            background:url("https://upload.wikimedia.org/wikipedia/commons/7/75/YouTube_social_white_squircle_%282017%29.svg") center/contain no-repeat;
            }
