﻿#radiantPlayerContainer
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    display:none;
}
#radiantPlayer 
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#circalAnimationMain
{
    display:none;
    position:absolute;
    z-index:1000;
}
loading
{
	text-align:center;	
    position: absolute;
  top: 35%;
  left: 50%;
	/*margin-top:330px;*/
}
#previewImage 
{
  position: fixed; width:100%;height:100%; background-color:black; z-index:100;display:none;
}
#previewImage img
{
    /*
position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
        */
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;

}
#autoPlayArea
{
    z-index: 150;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    display:none;
}
#playIcon
{
    position: absolute;
    top: 50%;
    left: 50%;
}