.iframe-overlay{
    position: absolute;
    height: auto;
    width: auto;
    top: 75%;
    left: -7.5%;
    text-align: right;
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.iframe-overlay-inner{
    width: auto;
}
.iframe-overlay-inner-item{
    display: inline-block;
    margin-right: 0.8em;
	color: red;
	font-size: 1.65vh;
    line-height: 1.65vh;
    padding: 6px;
}
@media (max-width: 767px) {
    .iframe-overlay-inner-item{
        display: block;
    }
}
