﻿.play
  {
    position : absolute;
    display: none;
    margin:0 auto; 
	top: 2%;
	left: 3%;
	font-size: 30px;
    color: #ffffff;
    background: #01055c;
    padding: 2px 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.play:hover
{
    background: #ffffff;
    color: #ea2c30;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.playpoprecent
{
    top: 5% !important;
    left: 5% !important;
}

.modifplay
{
    top: 26% !important;
    left: 9% !important;
}

.modifplaylst
{
    top: 8% !important;
    left: 8% !important;
}

.img-container-hover .play
{
    display: block;
}
.side-section-play
{
    top: 13% !important;
    left: 5.5% !important;
}
.thumb-section-play
{
    top: 3% !important;
    left: 5.5% !important;
}
.bottom-section-play
{
    left: auto !Important;
    margin-top: 4px;
    margin-left: 4px;
}
.tside-section-play
{
    top: auto !important;
    margin-top: -165px;
    margin-left: 7px;
}
.top-sa-section-play
{
    left: 1% !important;
}
.sa-section-play
{
    top: 17% !important;
    left: 5% !important;
}
.ele-section-play
{
    left: 5% !important;
}
.recent-section-play
{
    top: auto !important;
    left: 1% !important;
    margin-top: -75px;
}
.top-category-section-play
{
    left: 2% !important;
    margin-top: 8px;
}
.category-section-play
{
    top: auto !important;
    margin-top: -163px;
}
.side-recent-section-play
{
    top: auto !important;
    left: 1% !important;
    margin-top: -68px;
}
.related-section-play
{
    top: 5% !important;
    left: 5% !important;
}
@media(max-width:767px)
{
    .side-section-play
    {
        top: 3% !important;
        left: 7% !important;
    }
    .bottom-section-play 
    {
        left: auto !Important;
        top: auto;
        margin-top: -75px;
        margin-left: 5px; 
    }
    .tside-section-play
    {
        margin-top: -105px;
    }
    .sa-section-play 
    {
        top: 4% !important;
        left: 6% !important;
    }
    .category-section-play 
    {
        top: auto !important;
        margin-top: -58px;
        left: 6%;
    }
    .side-recent-section-play
    {
        margin-top: -145px;
    }
}