/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Author     : ARibeiro
*/
.largePlayBtn.icon-play:before {
    content: '';
}

/*
.mwPlayerContainer .durationLabel {
    display: none !important;
}

.mwPlayerContainer .currentTimeLabel {
    display: none !important;
}
*/

.mwPlayerContainer .fullScreenBtn {
    display: none !important;
}

/*
.mwPlayerContainer .playPauseBtn,
.mwPlayerContainer .playPauseBtn:hover {
    background-image: url('http://0.tqn.com/d/webclipart/1/0/o/s/4/Jack-O-Lantern2.png');
    background-size: 93px 100px;
    width: 93px;
    height: 100px;
    padding: 0px;
    margin: -50px;
}
*/
/*#####  TABLET #####*/
@media (min-width: 768px) {

}

/* DESKTOP */
@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}